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()

virtual void System.Net.CommandStream.Abort ( Exception e)
inlinepackagevirtualinherited

Definition at line 25 of file CommandStream.cs.

26 {
27 if (!true)
28 {
29 }
30 bool isEnabled = NetEventSource.IsEnabled;
31 if (!true)
32 {
33 }
34 NetEventSource.Info(this, "closing control Stream", "Abort");
35 if (this._aborted)
36 {
37 return;
38 }
39 long num = 0L;
40 this._aborted = true;
41 if (true)
42 {
43 Monitor.Exit(this);
44 }
45 if (num == 0L)
46 {
47 if (5 == 0)
48 {
49 long num2 = 0L;
50 base.Close((int)num2);
51 long num3 = 0L;
52 if (e != null)
53 {
54 return;
55 }
56 long num4 = 0L;
57 this.InvokeRequestCallback(num4);
58 if (num3 != 0L)
59 {
60 goto IL_005B;
61 }
62 }
63 return;
64 }
65 IL_005B:
66 throw new OutOfMemoryException();
67 }
class f__AnonymousType0<< Count > j__TPar
void InvokeRequestCallback(object obj)
static void Exit(object obj)
Definition Monitor.cs:47

References System.Net.CommandStream._aborted, System.Threading.Monitor.Exit(), System.Net.NetEventSource.Info(), System.Net.CommandStream.InvokeRequestCallback(), System.Net.NetEventSource.IsEnabled, j__TPar, and System.L.