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

◆ UploadFileAsync() [1/3]

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

Definition at line 1709 of file WebClient.cs.

1710 {
1711 UploadFileAsync(address, null, fileName, null);
1712 }
void UploadFileAsync(Uri address, string fileName)

References System.Net.WebClient.UploadFileAsync().

Referenced by System.Net.WebClient.UploadFileAsync(), System.Net.WebClient.UploadFileAsync(), and System.Net.WebClient.UploadFileTaskAsync().