EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SocketTimeout

TElSimpleSSHClient     See also    


 

Timeout for socket operations.

 
 

Declaration

[C#]
    int SocketTimeout;

[VB.NET]
    Property SocketTimeout As Integer

[Pascal]
    property SocketTimeout: Integer;

[VB6]
    Property IElSimpleSSHClientX2.SocketTimeout As Long

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX2.SocketTimeout([in] unsigned long Value );
    HRESULT _stdcall IElSimpleSSHClientX2.SocketTimeout([out, retval] unsigned long * Value );

[DLL]
    not implemented;
 
 

Description

    Specifies maximum time of inactivity after which socket operation is canceled and is considered as expired.
    If you try to connect, read or write something from/to socket and the attempt is unsuccessful for specified number of milliseconds the operation is canceled with timeout error. The property is used, when internal socket (see UseInternalSocket) is used.
    If this property value is 0, the operation will expire after system-default timeout (which is 2 hrs 8 min for TCP stack).
    Default value is 60000 ms (1 min).

 
 

See also:     UseInternalSocket    

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