3 references to Servers
System.Net.NameResolution (3)
System\Net\DnsResolver.cs (3)
16
/// When constructed without options, or with empty <see cref="DnsResolverOptions.
Servers
"/>,
45
IList<IPEndPoint> servers = options.
Servers
;
52
throw new ArgumentException(SR.net_dns_servers_contains_null, $"{nameof(options)}.{nameof(DnsResolverOptions.
Servers
)}");