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

◆ DownloadString() [1/2]

string System.Net.WebClient.DownloadString ( global::System::Uri address)
inline

Definition at line 1169 of file WebClient.cs.

1170 {
1171 if (!true)
1172 {
1173 }
1174 WebClient.ThrowIfNull(address, "address");
1175 this.StartOperation();
1176 string text;
1177 return text;
1178 }

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