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

◆ OnDownloadFileCompleted()

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

Definition at line 294 of file WebClient.cs.

295 {
296 global::System.ComponentModel.AsyncCompletedEventHandler downloadFileCompleted = this.DownloadFileCompleted;
297 if (downloadFileCompleted != null)
298 {
299 IntPtr invoke_impl = downloadFileCompleted.invoke_impl;
300 IntPtr method_code = downloadFileCompleted.method_code;
301 IntPtr method = downloadFileCompleted.method;
302 return;
303 }
304 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted
Definition WebClient.cs:82

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