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