Discuss this help topic in SecureBlackbox Forum
Specifies the remote IP address.
Declaration
[C#/Java]
string Address;
[VB.NET]
Property Address As String
[Pascal]
property Address : string;
[C++]
void get_Address(std::string &OutResult);
void set_Address(const std::string &Value);
[PHP]
string get_Address()
void set_Address(string $Value)
Description
Use this property to specify the IP address of the remote host.
Discuss this help topic in SecureBlackbox Forum