Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.LocalAddress

TElBaseSocketClient     See also     


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


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 to this property the local IP address bound to the socket connection.

See also:     InternalSocket     SocketBinding    

Discuss this help topic in SecureBlackbox Forum