|
<< Click to Display Table of Contents >> Navigation: Classes > TContentBase > Properties > CanStartSession |
SIGNATURE=IW.Content.Base.TContentBase.CanStartSession
ETYPE=Property
Declaration:
Delphi: |
public property CanStartSession: Boolean; |
C++: |
public: __property bool CanStartSession; |
Description: This property controls if the content handler can be used to respond to the first request of the session e.g. if the FIRST requested URL is something like http://server:port/MyHandlerPath, and MyHandlerPath is registered for this specific handler, it will then be executed if CanStartSession is TRUE. Otherwise it will be ignored and the Application main form will be executed instead.