using System;
namespace System.Net
{
/// Represents the method that will handle the event of a .
/// The source of the event.
/// A that contains event data.
// Token: 0x02000337 RID: 823
// (Invoke) Token: 0x06001CB5 RID: 7349
public delegate void DownloadStringCompletedEventHandler(object sender, DownloadStringCompletedEventArgs e);
}