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

◆ DownloadFileAsync() [1/2]

void System.Net.WebClient.DownloadFileAsync ( global::System::Uri address,
string fileName )
inline

Definition at line 1585 of file WebClient.cs.

1586 {
1587 long num = 0L;
1588 this.DownloadFileAsync(address, fileName, num);
1589 }
void DownloadFileAsync(global::System.Uri address, string fileName)

References System.Net.WebClient.DownloadFileAsync(), and System.L.

Referenced by System.Net.WebClient.DownloadFileAsync(), and System.Net.WebClient.DownloadFileTaskAsync().