EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SocksPort

TElSimpleSSHClient     See also    


 

Specifies the port being bound for the SOCKS server.

 
 

Declaration

[C#]
    int SocksPort;

[VB.NET]
    Property SocksPort As Integer

[Pascal]
    property SocksPort: Integer;

[VB6]
    Property IElSimpleSSHClientX2.SocksPort As Long

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

[DLL]
    not implemented;
 
 

Description

    Specifies the port that SOCKS server is bound to.
    This property is used only when UseSocks is set.
    Default value is 1080.

 
 

See also:     UseSocks     SocksServer     SocksVersion    

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