EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SocksServer

TElSimpleSSHClient     See also    


 

Specifies the address of the SOCKS server.

 
 

Declaration

[C#]
    string SocksServer;

[VB.NET]
    Property SocksServer As String

[Pascal]
    property SocksServer: string;

[VB6]
    Property IElSimpleSSHClientX2.SocksServer As String

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX2.SocksServer([in] BSTR Value );
    HRESULT _stdcall IElSimpleSSHClientX2.SocksServer([out, retval] BSTR * Value );

[DLL]
    not implemented;
 
 

Description

    This property specifies the IP address or host name of the SOCKS server.
    This property is used only when UseSocks is set.

 
 

See also:     UseSocks     SocksPort     SocksVersion    

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