Discuss this help topic in SecureBlackbox Forum
Specifies the local address which the socket is bound to.
Declaration
[C#]
string BoundAddress;
[VB.NET]
Property BoundAddress As String
[Pascal]
property BoundAddress : string;
[C++]
void get_BoundAddress(std::string &OutResult);
[PHP]
string get_BoundAddress()
[Java]
String getBoundAddress();
Description
Use this read-only property to get the socket's bound address.
Discuss this help topic in SecureBlackbox Forum