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

◆ ReadTimeout

override int System.Net.Security.SslStream.ReadTimeout
getset

Definition at line 348 of file SslStream.cs.

349 {
350 [global::Cpp2ILInjected.Token(Token = "0x60014CF")]
351 [global::Cpp2ILInjected.Address(RVA = "0x1E38A94", Offset = "0x1E38A94", Length = "0x24")]
352 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
353 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
354 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
355 get
356 {
357 throw null;
358 }
359 [global::Cpp2ILInjected.Token(Token = "0x60014D0")]
360 [global::Cpp2ILInjected.Address(RVA = "0x1E38AB8", Offset = "0x1E38AB8", Length = "0x34")]
361 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
363 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
364 set
365 {
366 throw null;
367 }
368 }
class f__AnonymousType0<< Count > j__TPar
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
Definition SslStream.cs:81