scripts
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x020015A3 RID: 5539
|
||||
[Token(Token = "0x20015A3")]
|
||||
[StructLayout(3)]
|
||||
public class TlsNoCloseNotifyException : EndOfStreamException
|
||||
{
|
||||
// Token: 0x0600935B RID: 37723 RVA: 0x0020A004 File Offset: 0x00208204
|
||||
[Token(Token = "0x600935B")]
|
||||
[Address(RVA = "0x1DFE1D0", Offset = "0x1DFCBD0", VA = "0x181DFE1D0")]
|
||||
public TlsNoCloseNotifyException()
|
||||
: base("No close_notify alert received before connection closed")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user