Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.RemoteIP

TElBaseSocketClient     See also     


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


Returns the IP address 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 client is connected, use this property to retrieve the IP address of the remote server. Remote IP address can be used for validation of X.509 certificates received from the server during SSL/TLS handshake.

See also:     RemoteHost    

Discuss this help topic in SecureBlackbox Forum