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

◆ Position

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

Definition at line 408 of file SslStream.cs.

409 {
410 [global::Cpp2ILInjected.Token(Token = "0x60014D4")]
411 [global::Cpp2ILInjected.Address(RVA = "0x1E38B64", Offset = "0x1E38B64", Length = "0x20")]
412 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
414 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
415 get
416 {
417 throw null;
418 }
419 [global::Cpp2ILInjected.Token(Token = "0x60014D5")]
420 [global::Cpp2ILInjected.Address(RVA = "0x1E38B84", Offset = "0x1E38B84", Length = "0x58")]
421 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
422 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
424 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
425 set
426 {
427 throw null;
428 }
429 }
class f__AnonymousType0<< Count > j__TPar
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
Definition SslStream.cs:81