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

◆ Reset()

void System.Net.WebConnection.Reset ( )
inlineprivate

Definition at line 251 of file WebConnection.cs.

252 {
253 long num = 0L;
254 Monitor.Exit(this);
255 if (num == 0L)
256 {
257 return;
258 }
259 throw new OutOfMemoryException();
260 }
static void Exit(object obj)
Definition Monitor.cs:47

References System.Threading.Monitor.Exit(), and System.L.

Referenced by System.Net.WebConnection.Close().