SocketTools .NET Edition

DnsClient.ServerAddress Property

Return the address of the nameserver that resolved the query.

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

Property Value

A string which specifies an Internet address.

Remarks

The ServerAddress property returns the Internet address of the nameserver that resolved the previous query.

See Also

DnsClient Class | SocketTools Namespace