EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.WebTunnelUserId

TElSimpleSSHClient     See also    


 

Specifies the user id (username) to access the HTTP Proxy server.

 
 

Declaration

[C#]
    string WebTunnelUserId;

[VB.NET]
    Property WebTunnelUserId As String

[Pascal]
    property WebTunnelUserId: string;

[VB6]
    Property IElSimpleSSHClientX2.WebTunnelUserId As String

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

[DLL]
    not implemented;
 
 

Description

    This property specifies the user id (username) to access the HTTP Proxy server.
    This property is used only when UseWebTunneling is set and WebTunnelAuthentication is set to wtaRequiresAuthentication.

 
 

See also:     UseWebTunneling     WebTunnelAuthentication     WebTunnelPassword

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