Discuss this help topic in SecureBlackbox Forum
Specifies the local IP address bound to the socket connection.
Declaration
[C#]
string ListenAddress;
[VB.NET]
Property ListenAddress As String
[Pascal]
property ListenAddress : string;
[C++]
void get_ListenAddress(std::string &OutResult);
void set_ListenAddress(const std::string &Value);
[PHP]
string get_ListenAddress()
void set_ListenAddress(string $Value)
[Java]
String getListenAddress();
void setListenAddress(String Value);
Description
Assign this property the local IP address bound to the socket connection.
Discuss this help topic in SecureBlackbox Forum