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

◆ DownloadStringAsync() [1/2]

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

Definition at line 1545 of file WebClient.cs.

1546 {
1547 DownloadStringAsync(address, null);
1548 }
void DownloadStringAsync(Uri address)

References System.Net.WebClient.DownloadStringAsync().

Referenced by System.Net.WebClient.DownloadStringAsync(), and System.Net.WebClient.DownloadStringTaskAsync().