2 references to CloseNotify
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
363
if (_lastFrame.Header.Type == TlsContentType.Alert && _lastFrame.AlertDescription != TlsAlertDescription.
CloseNotify
&&
426
if (NetEventSource.Log.IsEnabled() && _lastFrame.AlertDescription != TlsAlertDescription.
CloseNotify
) NetEventSource.Error(this, $"Received TLS alert {_lastFrame.AlertDescription}");