Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.RemoteIP

TElCustomSimpleSSLClient     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 component 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