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

◆ UploadProgressChanged

UploadProgressChangedEventHandler System.Net.WebClient.UploadProgressChanged
addremove

Definition at line 249 of file WebClient.cs.

250 {
252 add
253 {
254 if (Delegate.Combine(this.UploadProgressChanged, value) != null)
255 {
256 }
257 }
259 remove
260 {
261 if (Delegate.Remove(this.UploadProgressChanged, value) != null)
262 {
263 }
264 }
265 }
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.OnUploadProgressChanged(), System.Net.WebClient.PostProgressChanged(), System.Net.WebClient.UploadDataAsync(), and System.Net.WebClient.UploadValuesAsync().