Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPSession.Create Constructor

Constructor for the object instance.

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

Create is the constructor for the object instance, and is responsible for initializing properties for the TIdHTTPSession instance. Create calls 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. 

Create allocates the internal TIdCriticalSection instance used for resource protection in the Lock and Unlock methods. 

Create also allocates the resource required for the Content property. 

Use CreateInitialized to create an HTTP session that assigns values for the session identifier, remote IP address, and last access timestamp. 

Use Destroy to free the object instance.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.