Discuss this help topic in SecureBlackbox Forum
This property specifies the local IP address bound to the socket connection.
Declaration
[C#]
string LocalAddress;
[VB.NET]
Property LocalAddress As String
[Pascal]
property LocalAddress : string;
[C++]
void get_LocalAddress(std::string &OutResult);
void set_LocalAddress(const std::string &Value);
[PHP]
string get_LocalAddress()
void set_LocalAddress(string $Value)
[Java]
String getLocalAddress();
void setLocalAddress(String Value);
Description
Assign to this property the local IP address bound to the socket connection.
Discuss this help topic in SecureBlackbox Forum