Discuss this help topic in SecureBlackbox Forum
Specifies the address on the network interface, to which the outgoing socket must be bound.
Declaration
[C#]
string LocalIntfAddress;
[VB.NET]
Property LocalIntfAddress As String
[Pascal]
property LocalIntfAddress : string;
[C++]
void get_LocalIntfAddress(std::string &OutResult);
void set_LocalIntfAddress(const std::string &Value);
[PHP]
string get_LocalIntfAddress()
void set_LocalIntfAddress(string $Value)
[Java]
String getLocalIntfAddress();
void setLocalIntfAddress(String Value);
Description
Use this property to specify the address on the local network interface,
to which the outgoing socket must be bound.
Discuss this help topic in SecureBlackbox Forum