EldoS
MsgConnect home / Documentation / HttpTransport.ProxyAddress property
Navigation
Web site
Support
Table Of Contents

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


HttpTransport.ProxyAddress

HttpTransport     See also    


Specifies the address of the proxy server.

Declaration

[C++]
    void setProxyAddress(const char* ProxyAddr);
    const char* getProxyAddress(void);

[Pascal]
    property ProxyAddress : string;

[VB6]
    Property ProxyAddress As String

[ActiveX]
    HRESULT ProxyAddress([in] BSTR Value);
    HRESULT ProxyAddress([out, retval] BSTR* Value);

[C#]
    public string ProxyAddress;

[VB.NET]
    Public Property ProxyAddress As String

[Java]
     public void setProxyAddress(String proxyAddress);
     public String getProxyAddress();

[Java ME]
     public void setProxyAddress(String proxyAddress);
     public String getProxyAddress();

[Palm]
    void setProxyAddress(const char* ProxyAddr);
    const char* getProxyAddress(void);

[DLL]
    void __stdcall MCHttpTransportSetProxyAddress(HMCHttpTransport h, char* ProxyAddress);
    char* __stdcall MCHttpTransportGetProxyAddress(HMCHttpTransport h,);

Parameters

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

Description

    Use this property if you need to establish connection to the server via proxy server to specify its address. You also have to specify ProxyPort in this case.

See also:     ProxyPort     UseProxy

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