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

◆ Length

override long System.Net.Security.SslStream.Length
getset

Definition at line 394 of file SslStream.cs.

395 {
396 [global::Cpp2ILInjected.Token(Token = "0x60014D3")]
397 [global::Cpp2ILInjected.Address(RVA = "0x1E38B44", Offset = "0x1E38B44", Length = "0x20")]
398 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
399 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
400 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
401 get
402 {
403 throw null;
404 }
405 }
class f__AnonymousType0<< Count > j__TPar
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
Definition SslStream.cs:81