WebPermission Constructor
.NET Framework 4.5
Creates a new instance of the WebPermission class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WebPermission() | Creates a new instance of the WebPermission class. |
|
WebPermission(PermissionState) | Creates a new instance of the WebPermission class that passes all demands or fails all demands. |
|
WebPermission(NetworkAccess, String) | Initializes a new instance of the WebPermission class with the specified access rights for the specified URI. |
|
WebPermission(NetworkAccess, Regex) | Initializes a new instance of the WebPermission class with the specified access rights for the specified URI regular expression. |