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

◆ OnDownloadDataCompleted()

virtual void System.Net.WebClient.OnDownloadDataCompleted ( DownloadDataCompletedEventArgs e)
inlineprotectedvirtual

Definition at line 281 of file WebClient.cs.

282 {
283 DownloadDataCompletedEventHandler downloadDataCompleted = this.DownloadDataCompleted;
284 if (downloadDataCompleted != null)
285 {
286 IntPtr invoke_impl = downloadDataCompleted.invoke_impl;
287 IntPtr method_code = downloadDataCompleted.method_code;
288 IntPtr method = downloadDataCompleted.method;
289 return;
290 }
291 }
class f__AnonymousType0<< Count > j__TPar
DownloadDataCompletedEventHandler DownloadDataCompleted
Definition WebClient.cs:61

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