public abstract class DnsClientBase : IDisposable
Public MustInherit Class DnsClientBase
Implements IDisposable
public ref class DnsClientBase abstract : IDisposable
[<AbstractClassAttribute>]
type DnsClientBase =
class
interface IDisposable
end
Is0x20ValidationEnabled | Gets or set a value indicating whether the query labels are used for additional validation as described in draft-vixie-dnsext-dns0x20-00 |
IsResponseValidationEnabled | Gets or set a value indicating whether the response is validated as described in draft-vixie-dnsext-dns0x20-00 |
QueryTimeout | Milliseconds after which a query times out. |
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) |
ToString | Returns a string that represents the current object. (Inherited from Object) |