Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.ListenTimeout

TElSimpleFTPSClient     See also     


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


Specifies maximal time during which the listening socket will be open in the active mode.

Declaration

[C#]
    int ListenTimeout;

[VB.NET]
    Property ListenTimeout As Integer

[Pascal]
    property ListenTimeout: Integer;

[C++]
    int32_t get_ListenTimeout();
    void set_ListenTimeout(int32_t Value);

[PHP]
    integer get_ListenTimeout()
    void set_ListenTimeout(integer $Value)

[Java]
    int getListenTimeout();
    void setListenTimeout(int Value);

Description

    Use this property to specify maximal time during which the listening socket will be opened in the active mode. If there is no connection request from server during this time the transfer operation will be canceled.
    Default value is 60000 ms (1 min).

See also:     SocketTimeout     TransferTimeout    

Discuss this help topic in SecureBlackbox Forum