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

◆ UploadStringCompleted

UploadStringCompletedEventHandler System.Net.WebClient.UploadStringCompleted
addremove

Definition at line 102 of file WebClient.cs.

103 {
105 add
106 {
107 if (Delegate.Combine(this.UploadStringCompleted, value) != null)
108 {
109 }
110 }
112 remove
113 {
114 if (Delegate.Remove(this.UploadStringCompleted, value) != null)
115 {
116 }
117 }
118 }
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.OnUploadStringCompleted().