EldoS
MsgConnect home / Documentation / InetTransport.WebTunnelUserId property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


InetTransport.WebTunnelUserId

InetTransport     See also    


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

Declaration

[C++]
    void setWebTunnelUserId(char* Value);
    char* getWebTunnelUserId(void);

[Pascal]
    property WebTunnelUserId : string;

[VB6]
    Property IMCXInetTransport2.WebTunnelUserId As String

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

[C#]
    public string WebTunnelUserId;

[VB.NET]
    Public Property WebTunnelUserId As String

[Java]
    public void setWebTunnelUserId(String value;
    public String getWebTunnelUserId;

[Java ME]
    public void setWebTunnelUserId(String value);
    public String getWebTunnelUserId();

[Palm]
    not implemented;

[DLL]
    void __stdcall MCInetTransportSetWebTunnelUserId(HMCInetTransport h, char* value);
    char* __stdcall MCInetTransportGetWebTunnelUserId(HMCInetTransport h);

Parameters

  • h - handle to the object that was returned by Create method

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 | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation