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: 0x02000335 RID: 821 // (Invoke) Token: 0x06001CAD RID: 7341 public delegate void DownloadDataCompletedEventHandler(object sender, DownloadDataCompletedEventArgs e); }