mscorlib(4.0.0.0) API with additions
NetworkInformationAccess.cs
1
namespace
System.Net.NetworkInformation
2
{
4
[Flags]
5
public
enum
NetworkInformationAccess
6
{
8
None
= 0x0,
10
Read = 0x1,
12
Ping
= 0x4
13
}
14
}
System.Net.NetworkInformation.Ping
Allows an application to determine whether a remote computer is accessible over the network.
Definition:
Ping.cs:11
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Net.NetworkInformation
Definition:
AdapterAddressFlags.cs:1
System.Net.NetworkInformation.NetworkInformationAccess
NetworkInformationAccess
Specifies permission to access information about network interfaces and traffic statistics.
Definition:
NetworkInformationAccess.cs:5
All cs
System.Net.NetworkInformation
NetworkInformationAccess.cs
Generated by
1.8.15