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

◆ DownloadDataCompletedEventArgs()

System.Net.DownloadDataCompletedEventArgs.DownloadDataCompletedEventArgs ( byte[] result,
Exception exception,
bool cancelled,
object userToken )
inlinepackage

Definition at line 18 of file DownloadDataCompletedEventArgs.cs.

19 : base(exception, cancelled, userToken)
20 {
21 _result = result;
22 }

References System.Net.DownloadDataCompletedEventArgs._result.