scripts
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x020015B1 RID: 5553
|
||||
[Token(Token = "0x20015B1")]
|
||||
[StructLayout(3)]
|
||||
public interface TlsServerContext : TlsContext
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user