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

◆ SendRequest()

void System.Net.ServicePoint.SendRequest ( WebOperation operation,
string groupName )
inlinepackage

Definition at line 405 of file ServicePoint.cs.

406 {
407 bool flag = this.disposed;
408 if (flag)
409 {
410 if (!flag)
411 {
412 }
413 return;
414 }
415 this.<Scheduler>k__BackingField.SendRequest(operation, groupName);
416 long num = 0L;
417 if (flag)
418 {
419 Monitor.Exit(this);
420 }
421 if (num == 0L)
422 {
423 return;
424 }
425 throw new OutOfMemoryException();
426 }
class f__AnonymousType0<< Count > j__TPar
ServicePointScheduler Scheduler
readonly ServicePointManager.SPKey< Key > k__BackingField
static void Exit(object obj)
Definition Monitor.cs:47

References System.Net.ServicePoint.disposed, System.Threading.Monitor.Exit(), j__TPar, System.Net.ServicePoint.k__BackingField, System.L, and System.Net.ServicePoint.Scheduler.