EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SocksUserCode

TElSimpleSSHClient     See also    


 

Specifies the usercode (username) to access the SOCKS server.

 
 

Declaration

[C#]
    string SocksUserCode;

[VB.NET]
    Property SocksUserCode As String

[Pascal]
    property SocksUserCode: string;

[VB6]
    Property IElSimpleSSHClientX2.SocksUserCode As String

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

[DLL]
    not implemented;
 
 

Description

     This property specifies the user code (username) to access the SOCKS server.
    This property is used only when UseSocks is set and SocksAuthentication is set to saUsercode.

 
 

See also:     UseSocks     SocksAuthentication     SocksPassword    

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