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

◆ Headers

override WebHeaderCollection System.Net.FtpWebResponse.Headers
get

Definition at line 100 of file FtpWebResponse.cs.

101 {
102 get
103 {
104 while (this._ftpRequestHeaders != null)
105 {
106 }
107 if (this._ftpRequestHeaders != null)
108 {
109 }
110 long num = 0L;
111 Monitor.Exit(this);
112 if (num == 0L)
113 {
114 return this._ftpRequestHeaders;
115 }
116 throw new OutOfMemoryException();
117 }
118 }
WebHeaderCollection _ftpRequestHeaders
static void Exit(object obj)
Definition Monitor.cs:47