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

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


InetTransport.WebTunnelPort

InetTransport     See also    


Specifies the port being bound for the HTTP Proxy server.

Declaration

[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);

Parameters

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

Description

    Specifies the port that HTTP Proxy server is bound to.
    This property is used only when UseWebTunneling is set.

See also:     UseWebTunneling WebTunnelServer

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