Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DownloadFileAsync() [1/2]

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

Definition at line 1597 of file WebClient.cs.

1598 {
1599 DownloadFileAsync(address, fileName, null);
1600 }
void DownloadFileAsync(Uri address, string fileName)

References System.Net.WebClient.DownloadFileAsync().

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