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