EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SocksPassword

TElSimpleSSHClient     See also    


 

Specifies the password to access the SOCKS server.

 
 

Declaration

[C#]
    string SocksPassword;

[VB.NET]
    Property SocksPassword As String

[Pascal]
    property SocksPassword: string;

[VB6]
    Property IElSimpleSSHClientX2.SocksPassword As String

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

[DLL]
    not implemented;
 
 

Description

    This property specifies the password to access the SOCKS server.
    This property is used only when UseSocks is set and SocksAuthentication is set to saUsercode.

 
 

See also:     UseSocks     SocksUserCode     SocksAuthentication    

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