Defines network access permissions.
[Visual Basic] Public Enum NetworkAccess [C#] public enum NetworkAccess [C++] public enum NetworkAccess
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Accept | An application is allowed to accept connections from the Internet. |
Connect | An application is allowed to connect to Internet resources. |
Namespace: System.Net
Assembly: System.net.dll