ComponentSpace DNS Class Library Reference

DnsClient.Send Method 

Send a DNS request message to the server.

[Visual Basic]
Public Sub Send( _
   ByVal dnsMessage As DnsMessage _
)
[C#]
public void Send(
   DnsMessage dnsMessage
);

Parameters

dnsMessage
The DNS request message to send.

Exceptions

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

See Also

DnsClient Class | ComponentSpace.Dns Namespace