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

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


InetTransport.WebTunnelAddress

InetTransport     See also    


Specifies the address of the HTTP Proxy server.

Declaration

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

Parameters

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

Description

    This property specifies the IP address or host name of the HTTP Proxy server.
    This property is used only when UseWebTunneling is set.

See also:     UseWebTunneling WebTunnelPort

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