3 references to s_cleanCachedCertificateTimeout
System.Net.Http.WinHttpHandler (3)
System\Net\Http\WinHttpHandler.cs (3)
53
private static readonly long s_staleTimeout = (long)(
s_cleanCachedCertificateTimeout
.TotalSeconds * Stopwatch.Frequency);
1761
ChangeCleanerTimer(_cachedCertificates.IsEmpty ? Timeout.InfiniteTimeSpan :
s_cleanCachedCertificateTimeout
);
1777
ChangeCleanerTimer(
s_cleanCachedCertificateTimeout
);