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

◆ ContentEncoding

string System.Net.HttpWebResponse.ContentEncoding
get

Definition at line 123 of file HttpWebResponse.cs.

124 {
125 get
126 {
127 this.CheckDisposed();
128 return this.webHeaders["Content-Encoding"];
129 }
130 }
WebHeaderCollection webHeaders