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

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


InetTransport.WebTunnelPassword

InetTransport     See also    


Specifies the password to access the HTTP Proxy server.

Declaration

[C++]
    void setWebTunnelPassword(char* Value);
    char* getWebTunnelPassword(void);

[Pascal]
    property WebTunnelPassword : string;

[VB6]
    Property IMCXInetTransport2.WebTunnelPassword As String

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

[C#]
    public string WebTunnelPassword;

[VB.NET]
    Public Property WebTunnelPassword As String

[Java]
    public void setWebTunnelPassword(String value;
    public String getWebTunnelPassword;

[Java ME]
    public void setWebTunnelPassword(String value);
    public String getWebTunnelPassword();

[Palm]
    not implemented;

[DLL]
    void __stdcall MCInetTransportSetWebTunnelPassword(HMCInetTransport h, char* value);
    char* __stdcall MCInetTransportGetWebTunnelPassword(HMCInetTransport h);

Parameters

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

Description

    This property specifies the password to access the HTTP Proxy server.
    This property is used only when UseWebTunneling is set and WebTunnelAuthentication is set to wtaUsercode.

See also:     UseWebTunneling WebTunnelAuthentication WebTunnelUserId

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