System.Net.NetworkInformation.NetworkInformationAccess Enumeration

Specifies permission to access information about network interfaces and traffic statistics.

Syntax

[System.Flags]
public enum NetworkInformationAccess

Remarks

This enumeration is used with the System.Net.NetworkInformation.NetworkInformationPermission class to specify the level of access to information that the permission object controls.

Members

Member NameDescription
None

No access to network information.

Ping

Ping access to network information.

Read

Read access to network information.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0