using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls { // Token: 0x02001589 RID: 5513 [Token(Token = "0x2001589")] [StructLayout(3)] public interface TlsClientContext : TlsContext { } }