public sealed class MulticastDnsOneShotClient : DnsClientBase
Public NotInheritable Class MulticastDnsOneShotClient
Inherits DnsClientBase
public ref class MulticastDnsOneShotClient sealed : public DnsClientBase
[<SealedAttribute>]
type MulticastDnsOneShotClient =
class
inherit DnsClientBase
end
MulticastDnsOneShotClient | Provides a new instance with a timeout of 2.5 seconds |
MulticastDnsOneShotClient(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) |