EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3SocketOptions.ListenTimeout

TElAS3SocketOptions     See also    


 

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

 
 

Declaration

[C#]
    int ListenTimeout = 0xea60;

[VB.NET]
    property ListenTimeout As Integer

[Pascal]
    property ListenTimeout: Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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:     Timeout     TransferTimeout

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation