Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.RemoteHost

TElSimpleFTPSClient     See also     


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


This read-only property contains the host name of the remote server.

Declaration

[C#]
    string RemoteHost;

[VB.NET]
    Property RemoteHost As String

[Pascal]
    property RemoteHost: string;

[C++]
    void get_RemoteHost(std::string &OutResult);

[PHP]
    string get_RemoteHost()

[Java]
    String getRemoteHost();

Description

    When the component is connected, use this property to retrieve the host name of the remote server. Note that it is not always available: if Address property was set to IP address, backresolving of this IP to the host name is not performed (this is your job to do it if needed).

See also:     RemoteIP    

Discuss this help topic in SecureBlackbox Forum