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