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

◆ UploadValuesAsync() [2/3]

void System.Net.WebClient.UploadValuesAsync ( Uri address,
string? method,
NameValueCollection data )
inline

Definition at line 1756 of file WebClient.cs.

1757 {
1758 UploadValuesAsync(address, method, data, null);
1759 }
void UploadValuesAsync(Uri address, NameValueCollection data)

References System.Net.WebClient.UploadValuesAsync().