4 references to Timeout
Microsoft.Extensions.ServiceDiscovery.Dns (4)
Resolver\DnsResolver.cs (4)
42if (options.Timeout != Timeout.InfiniteTimeSpan) 44ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(options.Timeout, TimeSpan.Zero); 45ArgumentOutOfRangeException.ThrowIfGreaterThan(options.Timeout, s_maxTimeout); 877TimeSpan timeout = _options.Timeout;