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

◆ DownloadDataTaskAsync() [2/2]

Task< byte[]> System.Net.WebClient.DownloadDataTaskAsync ( string address)
inline

Definition at line 1846 of file WebClient.cs.

1847 {
1848 global::System.Uri uri = this.GetUri(address);
1849 return this.DownloadDataTaskAsync(uri);
1850 }
global::System.Uri GetUri(string address)
Task< byte[]> DownloadDataTaskAsync(string address)

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

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