Internet Direct (Indy) Version 9.0.2 Beta
|
function CreateSession(const RemoteIP: String; const SessionID: String): TIdHTTPSession; virtual; abstract;
RemoteIP is the IP address of the remote computer system that is the endpoint for the HTTP session.
SessionID is the identifier for the new HTTP session.
Note: All methods in TIdHTTPCustomSessionList are declared as virtual abstract procedures and functions, and must be overridden in a descendant class to provide the session management capabilities required.