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

◆ IsAuthenticated

override bool System.Net.Security.SslStream.IsAuthenticated
getset

Definition at line 269 of file SslStream.cs.

270 {
271 [global::Cpp2ILInjected.Token(Token = "0x60014C9")]
272 [global::Cpp2ILInjected.Address(RVA = "0x1E38A0C", Offset = "0x1E38A0C", Length = "0x24")]
273 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
274 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
275 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
276 get
277 {
278 throw null;
279 }
280 }
class f__AnonymousType0<< Count > j__TPar
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
Definition SslStream.cs:81