Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.SessionPool

TElFTPSServer     See also     


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


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

Declaration

[C#]
    TElSessionPool SessionPool;

[VB.NET]
    Property SessionPool As TElSessionPool

[Pascal]
    property SessionPool : TElSessionPool;

[C++]
    TElSessionPool* get_SessionPool();
    void set_SessionPool(TElSessionPool &Value);
    void set_SessionPool(TElSessionPool *Value);

[PHP]
    TElSessionPool get_SessionPool()
    void set_SessionPool(TElSessionPool $Value)

[Java]
    TElSessionPool getSessionPool();
    void setSessionPool(TElSessionPool Value);

Description

    This property defines the storage where the server keeps information about established sessions. You can use many TElFTPSServer 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