EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.UseInternalSocket

TElSimpleSSHClient     See also    


 

This property specifies if internal socket and Address/Port properties must be used instead of firing OnSend/OnReceive events.

 
 

Declaration

[C#]
    bool UseInternalSocket;

[VB.NET]
    property UseInternalSocket as Boolean

[Pascal]
    property UseInternalSocket: Boolean;

[VB6]
    Property UseInternalSocket As Boolean

[ActiveX]
    HRESULT _stdcall UseInternalSocket([out, retval] VARIANT_BOOL * Value );     HRESULT _stdcall UseInternalSocket([in] VARIANT_BOOL Value);

[DLL]
    not implemented;
 
 

Description

    Set this property value to True if you want to use internal socket and Address/Port properties instead of firing OnSend/OnReceive events. Internal socket is blocking and synchronous.
    Default value is True.

 
 

See also:     Address     Port     IncomingSpeedLimit     OutgoingSpeedLimit     OnReceive     OnSend    

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