using System; namespace System.Net { /// Represents the method that will handle the event of a . /// The source of the event. /// A containing event data. // Token: 0x0200033D RID: 829 // (Invoke) Token: 0x06001CCD RID: 7373 public delegate void UploadProgressChangedEventHandler(object sender, UploadProgressChangedEventArgs e); }