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