Discuss this help topic in SecureBlackbox Forum

TElClientServerIndySSLIOHandlerSocket.SessionPool

TElClientServerIndySSLIOHandlerSocket     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the session pool where information about established sessions is stored.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property SessionPool : TElSessionPool;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property defines the storage where TElClientServerIndySSLIOHandlerSocket should store information about established sessions. You can use many TElClientServerIndySSLIOHandlerSocket components to access one TElSessionPool object. Session pool is used to let the clients join and resume sessions.

See also:     TElSessionPool    

Discuss this help topic in SecureBlackbox Forum