EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3SocketOptions.TransferTimeout

TElAS3SocketOptions     See also    


 

Specifies how long a client should wait for data connection from remote side to be accepted

 
 

Declaration

[C#]
    int TransferTimeout = 0xea60;

[VB.NET]
    Property TransferTimeout As Integer

[Pascal]
    property TransferTimeout: integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    In active mode, specifies a time period that a client should wait for incoming data connection (when file or directory listing is to be transferred). If no data connection is accepted during this period, the data connection will be cancelled.
    Default value is 60000 ms (1 min).

 
 

See also:     ListenTimeout     Timeout    

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