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

◆ UploadFileCompleted

UploadFileCompletedEventHandler System.Net.WebClient.UploadFileCompleted
addremove

Definition at line 144 of file WebClient.cs.

145 {
147 add
148 {
149 if (Delegate.Combine(this.UploadFileCompleted, value) != null)
150 {
151 }
152 }
154 remove
155 {
156 if (Delegate.Remove(this.UploadFileCompleted, value) != null)
157 {
158 }
159 }
160 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by System.Net.WebClient.OnUploadFileCompleted().