Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.RemoteIP

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 RemoteIP;

[VB.NET]
    Property RemoteIP As String

[Pascal]
    property RemoteIP: string;

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

[PHP]
    string get_RemoteIP()

[Java]
    String getRemoteIP();

Description

    When the component is connected, use this property to retrieve the IP address of the remote server.

See also:     RemoteHost    

Discuss this help topic in SecureBlackbox Forum