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

◆ OnOpenReadCompleted()

virtual void System.Net.WebClient.OnOpenReadCompleted ( OpenReadCompletedEventArgs e)
inlineprotectedvirtual

Definition at line 385 of file WebClient.cs.

386 {
387 OpenReadCompletedEventHandler openReadCompleted = this.OpenReadCompleted;
388 if (openReadCompleted != null)
389 {
390 IntPtr invoke_impl = openReadCompleted.invoke_impl;
391 IntPtr method_code = openReadCompleted.method_code;
392 IntPtr method = openReadCompleted.method;
393 return;
394 }
395 }
class f__AnonymousType0<< Count > j__TPar
OpenReadCompletedEventHandler OpenReadCompleted
Definition WebClient.cs:187

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