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: 0x0200033E RID: 830
// (Invoke) Token: 0x06001CD1 RID: 7377
public delegate void UploadStringCompletedEventHandler(object sender, UploadStringCompletedEventArgs e);
}