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
UnityTlsStream.cs
Go to the documentation of this file.
1using System;
2using System.IO;
7
8namespace Mono.Unity
9{
10 // Token: 0x02000047 RID: 71
11 internal class UnityTlsStream : Mono.Net.Security.MobileAuthenticatedStream
12 {
13 // Token: 0x060000B0 RID: 176 RVA: 0x000039B8 File Offset: 0x00001BB8
14 public UnityTlsStream(Stream innerStream, bool leaveInnerStreamOpen, global::System.Net.Security.SslStream owner, MonoTlsSettings settings, Mono.Net.Security.MobileTlsProvider provider)
15 {
16 if (!true)
17 {
18 }
19 base..ctor(innerStream, leaveInnerStreamOpen, owner, settings, provider);
20 }
21
22 // Token: 0x060000B1 RID: 177 RVA: 0x00002050 File Offset: 0x00000250
24 {
25 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27 }
28}
class f__AnonymousType0<< Count > j__TPar
override Mono.Net.Security.MobileTlsContext CreateContext(Mono.Net.Security.MonoSslAuthenticationOptions options)
UnityTlsStream(Stream innerStream, bool leaveInnerStreamOpen, global::System.Net.Security.SslStream owner, MonoTlsSettings settings, Mono.Net.Security.MobileTlsProvider provider)