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: 0x02000339 RID: 825 // (Invoke) Token: 0x06001CBD RID: 7357 public delegate void OpenReadCompletedEventHandler(object sender, OpenReadCompletedEventArgs e); }