SocketTools .NET Edition

DnsClient.LocalAddress Property

Return the Internet address for the local system.

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

Property Value

A string which specifies an Internet address.

Remarks

The LocalAddress property returns the local system's Internet address in dot notation.

See Also

DnsClient Class | SocketTools Namespace | HostAddress Property | LocalName Property