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
}
System.Net.NetworkAccess
NetworkAccess
Specifies network access permissions.
Definition:
NetworkAccess.cs:5
System.Net.HttpRequestHeader.Accept
The Accept header, which specifies the MIME types that are acceptable for the response.
System.Net.NetworkAccess.Connect
Indicates that the application is allowed to connect to specific Internet resources....
System.Net
Definition:
_CERT_CHAIN_ELEMENT.cs:1
All cs
System.Net
NetworkAccess.cs
Generated by
1.8.15