Class NetworkAvailabilityEventArgs
- Namespace
- System.Net.NetworkInformation
- Assembly
- System.Net.dll
Contains argument values for network availability events.
public class NetworkAvailabilityEventArgs : EventArgs
- Inheritance
-
NetworkAvailabilityEventArgs
- Inherited Members
- Extension Methods
Properties
IsAvailable
Indicates whether the network is currently available.
public bool IsAvailable { get; }