3 writes to _nextDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
238
_ocspExpiration =
_nextDownload
= DateTimeOffset.MaxValue;
333
_nextDownload
= nextCheckA < nextCheckB ? nextCheckA : nextCheckB;
356
_nextDownload
= DateTimeOffset.UtcNow.Add(RefreshAfterFailureBackOffInterval);
3 references to _nextDownload
System.Net.Security (3)
System\Net\Security\SslStreamCertificateContext.Linux.cs (3)
171
if (now >
_nextDownload
)
336
NetEventSource.Info(this, $"Received {ret.Length} B OCSP response, Expiration: {_ocspExpiration}, Next refresh: {
_nextDownload
}");
359
NetEventSource.Info(this, $"OCSP response fetch failed, backing off, Next refresh = {
_nextDownload
}");