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

◆ InternalTargetHost

string System.Net.Security.SslStream.InternalTargetHost
getsetpackage

Definition at line 34 of file SslStream.cs.

35 {
36 [global::Cpp2ILInjected.Token(Token = "0x60014BD")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1E38458", Offset = "0x1E38458", Length = "0x1C")]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.ChainValidationHelper.<>c__DisplayClass11_0", Member = "<GetValidationCallback>b__0", MemberParameters = new object[]
39 {
40 typeof(object),
44 }, ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
47 get
48 {
49 throw null;
50 }
51 }
class f__AnonymousType0<< Count > j__TPar
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
Definition SslStream.cs:81