Discuss this help topic in SecureBlackbox Forum

TElSocket.ListenAddress

TElSocket     See also     


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


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.

See also:     Bind     Listen     ListenPort     Address     BoundAddress    

Discuss this help topic in SecureBlackbox Forum