System.Net.NetworkAccess Enumeration

Assembly: System.dll
Namespace: System.Net
Summary
Specifies network access permissions.
C# Syntax:
[Serializable]
public enum NetworkAccess
Remarks
The NetworkAccess enumeration is used with the WebPermission and SocketPermission classes.
See also:
System.Net Namespace

System.Net.NetworkAccess Member List:

Public Fields
Accept Indicates that the application is allowed to accept connections from the Internet on a local resource.
Connect Indicates that the application is allowed to connect to specific Internet resources.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.