InetTransport.WebTunnelPort
InetTransport
See also
Specifies the port being bound for the HTTP Proxy server.
[C++]
void setWebTunnelPort(unsigned Value);
unsigned getWebTunnelPort(void);
[Pascal]
property WebTunnelPort : word;
[VB6]
Property WebTunnelPort As Long
[ActiveX]
HRESULT _stdcall IMCXInetTransport2.WebTunnelPort([in] unsigned long Value );
HRESULT _stdcall IMCXInetTransport2.WebTunnelPort([out, retval] unsigned long * Value );
[C#]
public int WebTunnelPort;
[VB.NET]
Public Property WebTunnelPort As Integer
[Java]
public void setWebTunnelPort(int value);
public int getWebTunnelPort();
[Java ME]
public void setWebTunnelPort(int value);
public int getWebTunnelPort();
[Palm]
not implemented;
[DLL]
void __stdcall MCInetTransportSetWebTunnelPort(HMCInetTransport h, unsigned short value);
unsigned short __stdcall MCInetTransportGetWebTunnelPort(HMCInetTransport h);
- h - handle to the object that was returned by Create method
Specifies the port that HTTP Proxy server is bound to.
This property is used only when UseWebTunneling is set.
|