WebPermission Constructor (NetworkAccess, String^)
Initializes a new instance of the WebPermission class with the specified access rights for the specified URI.
Assembly: System (in System.dll)
Parameters
- access
-
Type:
System.Net::NetworkAccess
A NetworkAccess value that indicates what kind of access to grant to the specified URI. 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.
- uriString
-
Type:
System::String^
A URI string to which access rights are granted.
| Exception | Condition |
|---|---|
| ArgumentNullException | uriString is null. |
This constructor initializes a WebPermission and grants its target permission to either make a remote host connection or accept a remote host connection using the URI described by the uriString parameter.
The following example creates a new instance of WebPermission with connect rights for the specified URI.
Available since 1.1