Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPSession.Create
Constructor for the object instance.

constructor Create(AOwner: TIdHTTPCustomSessionList); virtual;
Parameters
AOwner: TIdHTTPCustomSessionList
Owner of the object instance.

Description
Create is the constructor for the object instance, and is responsible for initializing properties specific to the TIdHTTPSession. Create does not call the inherited Create constructor.

AOwner is the owner of the object instance, and when assigned, should reflect the TIdHTTPCustomSessionList that owns the session object instance. AOwner is used to trigger the OnSessionStart event handler to perform session maintenance specific to the server implementation.