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

◆ WriteTimeout

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

Definition at line 371 of file SslStream.cs.

372 {
373 [global::Cpp2ILInjected.Token(Token = "0x60014D1")]
374 [global::Cpp2ILInjected.Address(RVA = "0x1E38AEC", Offset = "0x1E38AEC", Length = "0x24")]
375 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
376 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
377 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
378 get
379 {
380 throw null;
381 }
382 [global::Cpp2ILInjected.Token(Token = "0x60014D2")]
383 [global::Cpp2ILInjected.Address(RVA = "0x1E38B10", Offset = "0x1E38B10", Length = "0x34")]
384 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
386 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
387 set
388 {
389 throw null;
390 }
391 }
class f__AnonymousType0<< Count > j__TPar
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
Definition SslStream.cs:81