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() [2/2]

string System.Net.WebClient.DownloadString ( string address)
inline

Definition at line 1162 of file WebClient.cs.

1163 {
1164 global::System.Uri uri = this.GetUri(address);
1165 return this.DownloadString(uri);
1166 }
global::System.Uri GetUri(string address)
string DownloadString(string address)

References System.Net.WebClient.DownloadString(), and System.Net.WebClient.GetUri().

Referenced by System.Net.WebClient.DownloadString().