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

◆ Abort()

override void System.Net.HttpWebRequest.Abort ( )
inlinevirtual

Reimplemented from System.Net.WebRequest.

Definition at line 1540 of file HttpWebRequest.cs.

1541 {
1542 int num = 1;
1543 long num2 = 0L;
1544 int num3 = 1;
1545 int num4 = Interlocked.CompareExchange(1073741824, num, (int)num2);
1546 WebOperation webOperation = this.currentOperation;
1547 this.haveResponse = num3 != 0;
1548 if (webOperation != null)
1549 {
1550 webOperation.Abort();
1551 }
1552 if (this.responseTask != null)
1553 {
1554 }
1555 if (this.webResponse != null)
1556 {
1557 }
1558 }
class f__AnonymousType0<< Count > j__TPar
WebCompletionSource responseTask
static int CompareExchange(int location1, int value, int comparand)

References System.Threading.Interlocked.CompareExchange(), System.Net.HttpWebRequest.currentOperation, j__TPar, System.L, System.Net.HttpWebRequest.responseTask, and System.Net.HttpWebRequest.webResponse.