The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NetworkInformationAccess Enumeration
.NET Framework (current version)
Specifies permission to access information about network interfaces and traffic statistics.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| None | No access to network information. | |
| Ping | Ping access to network information. | |
| Read | Read access to network information. |
This enumeration is used with the NetworkInformationPermission class to specify the level of access to information that the permission object controls.
.NET Framework
Available since 2.0
Available since 2.0
Show: