DnsQueryAndServerOptions

DnsQueryAndServerOptions class

public class DnsQueryAndServerOptions : DnsQueryOptions

Constructors

Name Description
DnsQueryAndServerOptions(bool)
DnsQueryAndServerOptions(params IPAddress[])
DnsQueryAndServerOptions(params IPEndPoint[])
DnsQueryAndServerOptions(IReadOnlyCollection<NameServer>)
DnsQueryAndServerOptions(NameServer)
DnsQueryAndServerOptions(params NameServer[])

Properties

Name Description
AutoResolvedNameServers { get; }
NameServers { get; set; }

Methods

Name Description
implicit operator

See Also