| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for System.Net.UploadFileCompletedEventArgs:
 Collaboration diagram for System.Net.UploadFileCompletedEventArgs:Static Public Attributes | |
| static readonly global::System.EventArgs | Empty | 
Protected Member Functions | |
| void | RaiseExceptionIfNecessary () | 
Package Functions | |
| UploadFileCompletedEventArgs (byte[] result, Exception exception, bool cancelled, object userToken) | |
| UploadFileCompletedEventArgs () | |
Properties | |
| byte[] | Result [get, set] | 
| bool | Cancelled [get, set] | 
| Exception | Error [get, set] | 
| object | UserState [get, set] | 
Private Attributes | |
| readonly byte[] | _result | 
| readonly Exception | error | 
| readonly bool | cancelled | 
| readonly object | userState | 
Definition at line 9 of file UploadFileCompletedEventArgs.cs.