terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsAuthenticated

override bool Mono.Net.Security.MobileAuthenticatedStream.IsAuthenticated
getinherited

Definition at line 461 of file MobileAuthenticatedStream.cs.

462 {
463 get
464 {
465 object obj = this.ioLock;
466 if (this.xobileTlsContext == null || this.lastException != null)
467 {
468 }
469 long num = 0L;
471 if (num == 0L)
472 {
473 }
474 throw new OutOfMemoryException();
475 }
476 }
static void Exit(object obj)
Definition Monitor.cs:47