Discuss this help topic in SecureBlackbox Forum

TElSocket.LocalHostName

TElSocket     See also     


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


Returns the name of the local host, bound to the socket connection.

Declaration

[C#]
    string LocalHostName;

[VB.NET]
    Property LocalHostName As String

[Pascal]
    property LocalHostName : string;

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

[PHP]
    string get_LocalHostName()

[Java]
    String getLocalHostName();

Description

    Use this read-only property to get the name of the local host which the socket is bound to.

See also:     ListenAddress     ListenPort    

Discuss this help topic in SecureBlackbox Forum