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

◆ CloseEx()

void ICloseEx. System.Net.FtpDataStream.CloseEx ( CloseExState closeState)
inlineprivate

Implements System.Net.ICloseEx.

Definition at line 40 of file FtpDataStream.cs.

41 {
42 if (!true)
43 {
44 }
45 bool isEnabled = NetEventSource.IsEnabled;
47 NetEventSource.Info(this, formattableString, "CloseEx");
48 if (this._closing)
49 {
50 return;
51 }
52 int num = 1;
53 long num2 = 0L;
54 this._closing = num != 0;
55 int num3 = 5;
56 long num4;
57 if (num != 0)
58 {
59 num4 = 0L;
60 Monitor.Exit(this);
61 }
62 if (num2 != 0L)
63 {
64 throw new OutOfMemoryException();
65 }
66 if (num3 == 0)
67 {
68 global::System.Net.Sockets.NetworkStream networkStream = this._networkStream;
69 networkStream.Close((int)num4);
70 return;
71 }
72 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Sockets.NetworkStream _networkStream
static void Exit(object obj)
Definition Monitor.cs:47

References System.Net.FtpDataStream._closing, System.Net.FtpDataStream._networkStream, System.Threading.Monitor.Exit(), System.Net.NetEventSource.Info(), System.Net.NetEventSource.IsEnabled, j__TPar, and System.L.