terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnUploadDataCompleted()

virtual void System.Net.WebClient.OnUploadDataCompleted ( UploadDataCompletedEventArgs e)
inlineprotectedvirtual

Definition at line 333 of file WebClient.cs.

334 {
335 UploadDataCompletedEventHandler uploadDataCompleted = this.UploadDataCompleted;
336 if (uploadDataCompleted != null)
337 {
338 IntPtr invoke_impl = uploadDataCompleted.invoke_impl;
339 IntPtr method_code = uploadDataCompleted.method_code;
340 IntPtr method = uploadDataCompleted.method;
341 return;
342 }
343 }
class f__AnonymousType0<< Count > j__TPar
UploadDataCompletedEventHandler UploadDataCompleted
Definition WebClient.cs:124

References j__TPar, and System.Net.WebClient.UploadDataCompleted.