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

◆ OpenReadAsync() [1/2]

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

Definition at line 1449 of file WebClient.cs.

1450 {
1451 OpenReadAsync(address, null);
1452 }
void OpenReadAsync(Uri address)

References System.Net.WebClient.OpenReadAsync().

Referenced by System.Net.WebClient.OpenReadAsync(), and System.Net.WebClient.OpenReadTaskAsync().