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: 0x0200033B RID: 827
// (Invoke) Token: 0x06001CC5 RID: 7365
public delegate void UploadDataCompletedEventHandler(object sender, UploadDataCompletedEventArgs e);
}