terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
TransportContext.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 // Token: 0x020001C5 RID: 453
9 public abstract class TransportContext
10 {
11 // Token: 0x06000AE2 RID: 2786
12 public abstract global::System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(global::System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind);
13
14 // Token: 0x06000AE3 RID: 2787 RVA: 0x00002050 File Offset: 0x00000250
15 public virtual IEnumerable<global::System.Security.Authentication.ExtendedProtection.TokenBinding> GetTlsTokenBindings()
16 {
17 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
18 }
19
20 // Token: 0x06000AE4 RID: 2788 RVA: 0x00023FA8 File Offset: 0x000221A8
21 protected TransportContext()
22 {
23 }
24 }
25}
global::System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(global::System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)
virtual IEnumerable< global::System.Security.Authentication.ExtendedProtection.TokenBinding > GetTlsTokenBindings()