Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServerSessionThread.SocketTimeout

TElSimpleFTPSServerSessionThread     See also     


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


Specifies timeout for socket connections.

Declaration

[C#]
    uint SocketTimeout;

[VB.NET]
    Property SocketTimeout As UInt32

[Pascal]
    property SocketTimeout : cardinal;

[C++]
    uint32_t get_SocketTimeout();
    void set_SocketTimeout(uint32_t Value);

[PHP]
    integer get_SocketTimeout()
    void set_SocketTimeout(integer $Value)

[Java]
    int getSocketTimeout();
    void setSocketTimeout(int Value);

Description

    Use this property to set a time period in milliseconds during which the socket connection should be established.
    The default value is 100.

See also:     SessionTimeout     Socket    

Discuss this help topic in SecureBlackbox Forum