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.ServicePointScheduler.SendRequest ( WebOperation operation,
string groupName )
inline

Definition at line 233 of file ServicePointScheduler.cs.

234 {
235 ServicePoint servicePoint = this.<ServicePoint>k__BackingField;
236 this.GetConnectionGroup(groupName).EnqueueOperation(operation);
237 this.Run();
238 long num = 0L;
239 Monitor.Exit(servicePoint);
240 if (num == 0L)
241 {
242 return;
243 }
244 throw new OutOfMemoryException();
245 }
ServicePoint< ServicePoint > k__BackingField
ServicePointScheduler.ConnectionGroup GetConnectionGroup(string name)
static void Exit(object obj)
Definition Monitor.cs:47

References System.Threading.Monitor.Exit(), System.Net.ServicePointScheduler.GetConnectionGroup(), System.Net.ServicePointScheduler.k__BackingField, System.L, and System.Net.ServicePointScheduler.Run().