InetTransport.WebTunnelAddress
InetTransport
See also
Specifies the address of the HTTP Proxy server.
[C++]
void setWebTunnelAddress(char* Value);
char* getWebTunnelAddress(void);
[Pascal]
property WebTunnelAddress : string;
[VB6]
Property IMCXInetTransport2.WebTunnelAddress As String
[ActiveX]
HRESULT _stdcall IMCXInetTransport2.WebTunnelAddress([in] BSTR Value );
HRESULT _stdcall IMCXInetTransport2.WebTunnelAddress([out, retval] BSTR * Value );
[C#]
public string WebTunnelAddress;
[VB.NET]
Public Property WebTunnelAddress As String
[Java]
public void setWebTunnelAddress(String value;
public String getWebTunnelAddress;
[Java ME]
public void setWebTunnelAddress(String value);
public String getWebTunnelAddress();
[Palm]
not implemented;
[DLL]
void __stdcall MCInetTransportSetWebTunnelAddress(HMCInetTransport h, char* value);
char* __stdcall MCInetTransportGetWebTunnelAddress(HMCInetTransport h);
- h - handle to the object that was returned by Create method
This property specifies the IP address or host name of the HTTP Proxy server.
This property is used only when UseWebTunneling is set.
|