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

◆ OnOpenWriteCompleted()

virtual void System.Net.WebClient.OnOpenWriteCompleted ( OpenWriteCompletedEventArgs e)
inlineprotectedvirtual

Definition at line 398 of file WebClient.cs.

399 {
400 OpenWriteCompletedEventHandler openWriteCompleted = this.OpenWriteCompleted;
401 if (openWriteCompleted != null)
402 {
403 IntPtr invoke_impl = openWriteCompleted.invoke_impl;
404 IntPtr method_code = openWriteCompleted.method_code;
405 IntPtr method = openWriteCompleted.method;
406 return;
407 }
408 }
class f__AnonymousType0<< Count > j__TPar
OpenWriteCompletedEventHandler OpenWriteCompleted
Definition WebClient.cs:208

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