InetTransport.WebTunnelPassword
InetTransport
See also
Specifies the password to access the HTTP Proxy server.
[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);
- h - handle to the object that was returned by Create method
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.
|