public class SelfValidatingInternalDnsSecStubResolver : IDnsSecResolver,
IDnsResolver, IDisposable
Public Class SelfValidatingInternalDnsSecStubResolver
Implements IDnsSecResolver, IDnsResolver, IDisposable
public ref class SelfValidatingInternalDnsSecStubResolver : IDnsSecResolver,
IDnsResolver, IDisposable
type SelfValidatingInternalDnsSecStubResolver =
class
interface IDnsSecResolver
interface IDnsResolver
interface IDisposable
end
SelfValidatingInternalDnsSecStubResolver(IEnumerableIPAddress) | Provides a new instance using a list of custom DNS servers and a default query timeout of 10 seconds |
SelfValidatingInternalDnsSecStubResolver(DnsClient, IResolverHintStore) | Provides a new instance using a custom DNS client |
SelfValidatingInternalDnsSecStubResolver(IEnumerableIPAddress, Int32) | Provides a new instance using a list of custom DNS servers and a custom query timeout |
SelfValidatingInternalDnsSecStubResolver(Uri, Int32) | Provides a new instance using a list of custom DNS servers and a custom query timeout |
ClearCache | Clears the record cache |
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) |
ResolveT | Resolves specified records. |
ResolveAsyncT | Resolves specified records as an asynchronous operation. |
ResolveSecureT | Resolves specified records. |
ResolveSecureAsyncT | Resolves specified records as an asynchronous operation. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ResolveT |
Queries a dns resolver for specified records.
(Defined by DnsResolverExtensions) |
ResolveAsyncT |
Queries a dns resolver for specified records as an asynchronous operation.
(Defined by DnsResolverExtensions) |
ResolveHost |
Queries a dns resolver for IP addresses of a host.
(Defined by DnsResolverExtensions) |
ResolveHost |
Queries a dns resolver for IP addresses of a host.
(Defined by DnsResolverExtensions) |
ResolveHostAsync |
Queries a dns resolver for IP addresses of a host as an asynchronous operation.
(Defined by DnsResolverExtensions) |
ResolveHostAsync |
Queries a dns resolver for IP addresses of a host as an asynchronous operation.
(Defined by DnsResolverExtensions) |
ResolvePtr |
Queries a dns resolver for reverse name of an IP address.
(Defined by DnsResolverExtensions) |
ResolvePtrAsync |
Queries a dns resolver for reverse name of an IP address as an asynchronous operation.
(Defined by DnsResolverExtensions) |
ResolveSecureT |
Queries a dns resolver for specified records.
(Defined by DnsSecResolverExtensions) |
ResolveSecureAsyncT |
Queries a dns resolver for specified records as an asynchronous operation.
(Defined by DnsSecResolverExtensions) |