Class DnsQueryAndServerSettings
The readonly version of DnsQueryOptions used to customize settings per query.
Inheritance
DnsQueryAndServerSettings
Assembly: DnsClient.dll
Syntax
public class DnsQueryAndServerSettings : DnsQuerySettings, IEquatable<DnsQuerySettings>, IEquatable<DnsQueryAndServerSettings>
Constructors
|
Improve this Doc
View Source
DnsQueryAndServerSettings(DnsQueryAndServerOptions)
Declaration
public DnsQueryAndServerSettings(DnsQueryAndServerOptions options)
Parameters
|
Improve this Doc
View Source
DnsQueryAndServerSettings(DnsQueryAndServerOptions, IReadOnlyCollection<NameServer>)
Declaration
public DnsQueryAndServerSettings(DnsQueryAndServerOptions options, IReadOnlyCollection<NameServer> overrideServers)
Parameters
Properties
|
Improve this Doc
View Source
NameServers
Gets a collection of name servers which should be used to query.
Declaration
public IReadOnlyList<NameServer> NameServers { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(DnsQueryAndServerSettings)
Declaration
public bool Equals(DnsQueryAndServerSettings other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Implements