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 this property the local IP address bound to the socket connection. This property must be set if the internal socket is used.
This property is DEPRECATED, use SocketBinding instead.
Discuss this help topic in SecureBlackbox Forum