Internet Direct (Indy) Version 9.0.2 Beta
|
constructor CreateInitialized(AOwner: TIdHTTPCustomSessionList; const SessionID: string; const RemoteIP: string); virtual;
The session identifier is set to the value specified in SessionID. RemoteHost is set to the value specified in RemoteIP. LastTimeStamp is set the current date and time on the HTTP server. Owner is set to the TIdHTTPCustomSessionList specified in AOwner that owns the object instance.
The Content property is created, and the OnSessionStart event handler is assigned the value from the session list that owns the object instance.
CreateInitialized is called from TIdHTTPFefaultSessionList.CreateSession, where a new session is created and added to the session list for the server.