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: 0x0200033C RID: 828
// (Invoke) Token: 0x06001CC9 RID: 7369
public delegate void UploadFileCompletedEventHandler(object sender, UploadFileCompletedEventArgs e);
}