SocketTools .NET Edition

PopClient.LocalName Property

Gets a value which specifies 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 fully-qualified host name assigned to the local system. If the system has not been configured with an Internet domain name, then this property will return the NetBIOS name assigned to the local system.

See Also

PopClient Class | SocketTools Namespace