terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityTlsStream.cs
Go to the documentation of this file.
1using System;
2using System.IO;
8
9namespace Mono.Unity
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000047")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60000B0")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1D4696C", Offset = "0x1D4696C", Length = "0x94")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsProvider), Member = "CreateSslStream", MemberParameters = new object[]
17 {
20 typeof(bool),
22 }, ReturnType = typeof(MobileAuthenticatedStream))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MobileAuthenticatedStream), Member = ".ctor", MemberParameters = new object[]
25 {
27 typeof(bool),
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 public UnityTlsStream(Stream innerStream, bool leaveInnerStreamOpen, SslStream owner, MonoTlsSettings settings, MobileTlsProvider provider)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60000B1")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1D47340", Offset = "0x1D47340", Length = "0x68")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityTlsContext), Member = ".ctor", MemberParameters = new object[]
42 {
45 }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
48 {
49 throw null;
50 }
51 }
52}
class f__AnonymousType0<< Count > j__TPar
UnityTlsStream(Stream innerStream, bool leaveInnerStreamOpen, SslStream owner, MonoTlsSettings settings, MobileTlsProvider provider)
override MobileTlsContext CreateContext(MonoSslAuthenticationOptions options)