ARSoft.Tools.Net.Dns Namespace : DnsClient Class |
The following tables list the members exposed by DnsClient.
Name | Description | |
---|---|---|
![]() | DnsClient Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | Default | Returns a default instance of the DnsClient, which uses the configured dns servers of the executing computer and a query timeout of 10 seconds. |
![]() | Is0x20ValidationEnabled | Gets or set a value indicating whether the query labels are used for additional validation as described in draft-vixie-dnsext-dns0x20-00 (Inherited from ARSoft.Tools.Net.Dns.DnsClientBase) |
![]() | IsResponseValidationEnabled | Gets or set a value indicating whether the response is validated as described in draft-vixie-dnsext-dns0x20-00 (Inherited from ARSoft.Tools.Net.Dns.DnsClientBase) |
![]() | QueryTimeout | Milliseconds after which a query times out. (Inherited from ARSoft.Tools.Net.Dns.DnsClientBase) |
Name | Description | |
---|---|---|
![]() | BeginResolve | Overloaded. Queries a dns server for specified records asynchronously. |
![]() | BeginSendMessage | Send a custom message to the dns server and returns the answer asynchronously. |
![]() | BeginSendUpdate | Send an dynamic update to the dns server and returns the answer asynchronously. |
![]() | EndResolve | Ends a pending asynchronous operation. |
![]() | EndSendMessage | Ends a pending asynchronous operation. |
![]() | EndSendUpdate | Ends a pending asynchronous operation. |
![]() | Resolve | Overloaded. Queries a dns server for address records. |
![]() | SendMessage | Send a custom message to the dns server and returns the answer. |
![]() | SendUpdate | Send an dynamic update to the dns server and returns the answer. |