public sealed class LlmnrClient : DnsClientBasePublic NotInheritable Class LlmnrClient
Inherits DnsClientBasepublic ref class LlmnrClient sealed : public DnsClientBase[<SealedAttribute>]
type LlmnrClient =
class
inherit DnsClientBase
end| LlmnrClient | Provides a new instance with a timeout of 1 second |
| LlmnrClient(Int32) | Provides a new instance with a custom timeout |
| 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 DnsClientBase) |
| IsResponseValidationEnabled |
Gets or set a value indicating whether the response is validated as described in
draft-vixie-dnsext-dns0x20-00 (Inherited from DnsClientBase) |
| QueryTimeout |
Milliseconds after which a query times out.
(Inherited from DnsClientBase) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Resolve | Queries for specified records. |
| ResolveAsync | Queries for specified records as an asynchronous operation. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |