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: 0x0200033F RID: 831
// (Invoke) Token: 0x06001CD5 RID: 7381
public delegate void UploadValuesCompletedEventHandler(object sender, UploadValuesCompletedEventArgs e);
}