using System;
namespace System.Net.NetworkInformation
{
/// References one or more methods to be called when the availability of the network changes.
/// The source of the event.
/// An object that contains data about the event.
// Token: 0x0200032F RID: 815
// (Invoke) Token: 0x06001C95 RID: 7317
public delegate void NetworkAvailabilityChangedEventHandler(object sender, NetworkAvailabilityEventArgs e);
}