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.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Security.Authentication.ExtendedProtection
;
4
using
Cpp2IlInjected
;
5
6
namespace
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
}
System.Net.TransportContext.TransportContext
TransportContext()
Definition
TransportContext.cs:21
System.Net.TransportContext.GetChannelBinding
global::System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(global::System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)
System.Net.TransportContext.GetTlsTokenBindings
virtual IEnumerable< global::System.Security.Authentication.ExtendedProtection.TokenBinding > GetTlsTokenBindings()
Definition
TransportContext.cs:15
System.Net.TransportContext
Definition
TransportContext.cs:10
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Net
Definition
AuthenticationManager.cs:7
System.Security.Authentication.ExtendedProtection
Definition
ChannelBinding.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
TransportContext.cs
Generated by
1.10.0