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.
The following code example creates a permission that controls Read access to network information.
.NET Framework
Available since 2.0
Available since 2.0
Show: