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

◆ UploadString() [2/4]

string System.Net.WebClient.UploadString ( global::System::Uri address,
string method,
string data )
inline

Definition at line 1145 of file WebClient.cs.

1146 {
1147 if (!true)
1148 {
1149 }
1150 WebClient.ThrowIfNull(address, "address");
1151 if (method == null)
1152 {
1153 string text = this.MapToDefaultMethod(address);
1154 }
1155 this.StartOperation();
1156 Encoding encoding = this._encoding;
1157 string text2;
1158 return text2;
1159 }
string MapToDefaultMethod(global::System.Uri address)

References System.Net.WebClient._encoding, System.Net.WebClient.MapToDefaultMethod(), System.Net.WebClient.StartOperation(), System.text, and System.Net.WebClient.ThrowIfNull().