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

◆ ContentType

override string System.Net.FileWebRequest.ContentType
getset

Definition at line 173 of file FileWebRequest.cs.

174 {
175 get
176 {
177 return this.m_headers["Content-Type"];
178 }
179 set
180 {
181 this.m_headers["Content-Type"] = value;
182 }
183 }
WebHeaderCollection m_headers