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

◆ OnDownloadFileCompleted()

virtual void System.Net.WebClient.OnDownloadFileCompleted ( AsyncCompletedEventArgs e)
inlineprotectedvirtual

Definition at line 306 of file WebClient.cs.

307 {
308 this.DownloadFileCompleted?.Invoke(this, e);
309 }
AsyncCompletedEventHandler? DownloadFileCompleted
Definition WebClient.cs:257

Referenced by System.Net.WebClient.StartAsyncOperation().