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: 0x0200033A RID: 826
// (Invoke) Token: 0x06001CC1 RID: 7361
public delegate void OpenWriteCompletedEventHandler(object sender, OpenWriteCompletedEventArgs e);
}