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: 0x02000336 RID: 822 // (Invoke) Token: 0x06001CB1 RID: 7345 public delegate void DownloadProgressChangedEventHandler(object sender, DownloadProgressChangedEventArgs e); }