The members of System.Net.WebPermission are listed below.
See Also: Inherited members from System.Security.CodeAccessPermission
Creates a new instance of the System.Net.WebPermission class. | ||
Creates a new instance of the System.Net.WebPermission class that passes all demands or fails all demands. | ||
Initializes a new instance of the System.Net.WebPermission class with the specified access rights for the specified URI. | ||
Initializes a new instance of the System.Net.WebPermission class with the specified access rights for the specified URI regular expression. |
[read-only] | AcceptList | IEnumerator.
This property returns an enumeration of a single accept permissions held by this System.Net.WebPermission. The possible objects types contained in the returned enumeration are string and System.Text.RegularExpressions.Regex. |
[read-only] | ConnectList | IEnumerator.
This property returns an enumeration of a single connect permissions held by this System.Net.WebPermission. The possible objects types contained in the returned enumeration are string and System.Text.RegularExpressions.Regex. |
AddPermission(NetworkAccess, string)
| ||
AddPermission(NetworkAccess, System.Text.RegularExpressions.Regex)
| ||
override | Copy()
| |
override | FromXml(System.Security.SecurityElement)
| |
override | Intersect(System.Security.IPermission)
| |
override | IsSubsetOf(System.Security.IPermission)
| |
IsUnrestricted()
| ||
override | ToXml()
| |
override | Union(System.Security.IPermission)
|