Discuss this help topic in SecureBlackbox Forum

TElSocket.BoundAddress

TElSocket     See also     


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


Specifies the local address which the socket is bound to.

Declaration

[C#]
    string BoundAddress;

[VB.NET]
    Property BoundAddress As String

[Pascal]
    property BoundAddress : string;

[C++]
    void get_BoundAddress(std::string &OutResult);

[PHP]
    string get_BoundAddress()

[Java]
    String getBoundAddress();

Description

    Use this read-only property to get the socket's bound address.

See also:     Bind     Address     ListenAddress     BoundPort    

Discuss this help topic in SecureBlackbox Forum