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
CachedTransportContext.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x020001C6 RID: 454
8 {
9 // Token: 0x06000AE5 RID: 2789 RVA: 0x00023FBC File Offset: 0x000221BC
10 internal CachedTransportContext(global::System.Security.Authentication.ExtendedProtection.ChannelBinding binding)
11 {
13 }
14
15 // Token: 0x06000AE6 RID: 2790 RVA: 0x00023FD8 File Offset: 0x000221D8
16 public override global::System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(global::System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)
17 {
18 return this.binding;
19 }
20
21 // Token: 0x0400098E RID: 2446
22 private global::System.Security.Authentication.ExtendedProtection.ChannelBinding binding;
23 }
24}
class f__AnonymousType0<< Count > j__TPar
global::System.Security.Authentication.ExtendedProtection.ChannelBinding binding
CachedTransportContext(global::System.Security.Authentication.ExtendedProtection.ChannelBinding binding)
override global::System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(global::System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)