a
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x02001B80 RID: 7040
|
||||
[Token(Token = "0x2001B80")]
|
||||
public class TlsNoCloseNotifyException : EndOfStreamException
|
||||
{
|
||||
// Token: 0x0600AF35 RID: 44853 RVA: 0x002616CC File Offset: 0x0025F8CC
|
||||
[Token(Token = "0x600AF35")]
|
||||
[Address(RVA = "0x198B8C0", Offset = "0x198A6C0", VA = "0x18198B8C0")]
|
||||
public TlsNoCloseNotifyException()
|
||||
: base("No close_notify alert received before connection closed")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user