ComponentSpace DNS Class Library Reference

DnsClient.Receive Method 

Returns a DNS response message from the server.

[Visual Basic]
Public Function Receive() As DnsMessage
[C#]
public DnsMessage Receive();

Return Value

The DNS response message.

Exceptions

Exception Type Condition
DnsException Thrown when the message cannot be received.

See Also

DnsClient Class | ComponentSpace.Dns Namespace