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

◆ DownloadData() [2/2]

byte[] System.Net.WebClient.DownloadData ( string address)
inline

Definition at line 810 of file WebClient.cs.

811 {
812 global::System.Uri uri = this.GetUri(address);
813 return this.DownloadData(uri);
814 }
global::System.Uri GetUri(string address)
byte[] DownloadData(string address)
Definition WebClient.cs:810

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

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