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

◆ DownloadDataAsync() [1/2]

void System.Net.WebClient.DownloadDataAsync ( Uri address)
inline

Definition at line 1571 of file WebClient.cs.

1572 {
1573 DownloadDataAsync(address, null);
1574 }
void DownloadDataAsync(Uri address)

References System.Net.WebClient.DownloadDataAsync().

Referenced by System.Net.WebClient.DownloadDataAsync(), and System.Net.WebClient.DownloadDataTaskAsync().