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

◆ CharacterSet

string System.Net.HttpWebResponse.CharacterSet
get

Definition at line 108 of file HttpWebResponse.cs.

109 {
110 get
111 {
112 if (this != null)
113 {
114 string text;
115 return text;
116 }
117 return "ISO-8859-1";
118 }
119 }