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

◆ SetPriorityRequest()

void System.Net.WebOperation.SetPriorityRequest ( WebOperation operation)
inline

Definition at line 292 of file WebOperation.cs.

293 {
294 int num = this.requestSent;
295 if (this.<ServicePoint>k__BackingField != null)
296 {
297 int num2 = this.finished;
298 if (num2 == 0)
299 {
300 if (this != null)
301 {
302 return;
303 }
304 long num3 = 0L;
305 if (num2 != 0)
306 {
307 Monitor.Exit(this);
308 }
309 if (num3 == 0L)
310 {
311 return;
312 }
313 }
314 }
315 throw new OutOfMemoryException();
316 }
class f__AnonymousType0<< Count > j__TPar
readonly HttpWebRequest< Request > k__BackingField
ServicePoint ServicePoint
static void Exit(object obj)
Definition Monitor.cs:47

References System.Threading.Monitor.Exit(), System.Net.WebOperation.finished, j__TPar, System.Net.WebOperation.k__BackingField, System.L, and System.Net.WebOperation.requestSent.