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

◆ IsCompleted

bool System.Net.HttpStreamAsyncResult.IsCompleted
get

Implements System.IAsyncResult.

Definition at line 105 of file HttpStreamAsyncResult.cs.

106 {
107 get
108 {
109 object obj = this.locker;
110 bool flag = this.completed;
111 long num = 0L;
112 if (flag)
113 {
115 }
116 if (num == 0L)
117 {
118 }
119 throw new OutOfMemoryException();
120 }
121 }
static void Exit(object obj)
Definition Monitor.cs:47