init commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.IO;
|
||||
|
||||
namespace Org.BouncyCastle.Crypto.Tls;
|
||||
|
||||
public class TlsNoCloseNotifyException : EndOfStreamException
|
||||
{
|
||||
public TlsNoCloseNotifyException()
|
||||
: base("No close_notify alert received before connection closed")
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user