Discuss this help topic in SecureBlackbox Forum

TElCustomSocketBinding.LocalIntfAddress

TElCustomSocketBinding     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     Port    

Discuss this help topic in SecureBlackbox Forum