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

◆ RegisterRequest()

void System.Net.WebOperation.RegisterRequest ( ServicePoint servicePoint,
WebConnection connection )
inlinepackage

Definition at line 258 of file WebOperation.cs.

259 {
260 int num = 1;
261 if (servicePoint != null)
262 {
263 if (connection != null)
264 {
265 int num2;
266 if (num2 != 0)
267 {
268 return;
269 }
270 long num3 = 0L;
272 this.<ServicePoint>k__BackingField = servicePoint;
273 int num4 = 11;
274 if (num != 0)
275 {
276 Monitor.Exit(this);
277 }
278 if (num3 == 0L)
279 {
280 if (num4 == 0)
281 {
282 CancellationToken token = this.cts.Token;
283 }
284 return;
285 }
286 }
287 throw new OutOfMemoryException();
288 }
289 }
class f__AnonymousType0<< Count > j__TPar
CancellationTokenSource cts
WebConnection Connection
readonly HttpWebRequest< Request > k__BackingField
ServicePoint ServicePoint
static void Exit(object obj)
Definition Monitor.cs:47

References System.Net.WebOperation.Connection, System.Net.WebOperation.cts, System.Threading.Monitor.Exit(), j__TPar, System.Net.WebOperation.k__BackingField, System.L, and System.Threading.CancellationTokenSource.Token.

Referenced by System.Net.WebConnection.Continue(), and System.Net.WebConnection.StartOperation().