EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3SocketOptions.Timeout

TElAS3SocketOptions     See also    


 

Specifies a time period during which the client will try to establish socket connection to server

 
 

Declaration

[C#]
    int Timeout;

[VB.NET]
    property Timeout As Integer

[Pascal]
    property Timeout: Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify a timeout (in milliseconds) for socket connections. This property is used both for control and for data connections.
    Default value is 60000 ms (1 min).

 
 

See also:     ListenTimeout     TransferTimeout

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