mscorlib(4.0.0.0) API with additions
NetworkInformationAccess.cs
2 {
4  [Flags]
6  {
8  None = 0x0,
10  Read = 0x1,
12  Ping = 0x4
13  }
14 }
Allows an application to determine whether a remote computer is accessible over the network.
Definition: Ping.cs:11
NetworkInformationAccess
Specifies permission to access information about network interfaces and traffic statistics.