12 lines
222 B
C#
12 lines
222 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
|
{
|
|
// Token: 0x02001C6E RID: 7278
|
|
[Token(Token = "0x2001C6E")]
|
|
public interface TlsServerContext : TlsContext
|
|
{
|
|
}
|
|
}
|