BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNoCloseNotifyException.TlsNoCloseNotifyException C# (CSharp) Method

TlsNoCloseNotifyException() public method

public TlsNoCloseNotifyException ( ) : System
return System
        public TlsNoCloseNotifyException()
            : base("No close_notify alert received before connection closed")
        {
        }
    }
TlsNoCloseNotifyException