Discuss this help topic in SecureBlackbox Forum

TElFTPProxySettings.Host

TElFTPProxySettings     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies proxy server address.

Declaration

[C#]
    string Host;

[VB.NET]
    Property Host As String

[Pascal]
    property Host: string;

[C++]
    void get_Host(std::string &OutResult);
    void set_Host(const std::string &Value);

[PHP]
    string get_Host()
    void set_Host(string $Value)

[Java]
    String getHost();
    void setHost(String Value);

Description

    Use this property to specify proxy server address.

See also:     Password     Port     ProxyType     Username    

Discuss this help topic in SecureBlackbox Forum