mscorlib(4.0.0.0) API with additions
NetworkAccess.cs
1 namespace System.Net
2 {
4  [Flags]
5  public enum NetworkAccess
6  {
8  Accept = 0x80,
10  Connect = 0x40
11  }
12 }
NetworkAccess
Specifies network access permissions.
Definition: NetworkAccess.cs:5
The Accept header, which specifies the MIME types that are acceptable for the response.
Indicates that the application is allowed to connect to specific Internet resources....