SocketTools .NET Edition

DnsClient.LocalName Property

Return the host name for the local system.

[Visual Basic]
Public ReadOnly Property LocalName As String
[C#]
public string LocalName {get;}

Property Value

A string which specifies the local host name.

Remarks

The LocalName property returns the name of the local host. The name that is returned depends on the configuration of the TCP/IP software.

See Also

DnsClient Class | SocketTools Namespace | HostName Property | LocalAddress Property