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