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

◆ ContentLength

override long System.Net.FtpWebResponse.ContentLength
get

Definition at line 90 of file FtpWebResponse.cs.

91 {
92 get
93 {
94 return this._contentLength;
95 }
96 }