System.Net.WebPermission: Method Members

The methods of System.Net.WebPermission are listed below. For a list of all members, see the WebPermission Members list.

See Also: Inherited members from System.Security.CodeAccessPermission

Public Methods

AddPermission(NetworkAccess, string)

Adds the specified URI string with the specified access rights to the current System.Net.WebPermission.

AddPermission(NetworkAccess, System.Text.RegularExpressions.Regex)

Adds the specified URI with the specified access rights to the current System.Net.WebPermission.

override
Copy() : System.Security.IPermission

Creates a copy of a System.Net.WebPermission.

override
FromXml(System.Security.SecurityElement)

Reconstructs a System.Net.WebPermission from an XML encoding.

override
Intersect(System.Security.IPermission) : System.Security.IPermission

Returns the logical intersection of two System.Net.WebPermission instances.

override
IsSubsetOf(System.Security.IPermission) : bool

Determines whether the current System.Net.WebPermission is a subset of the specified object.

IsUnrestricted() : bool

Checks the overall permission state of the System.Net.WebPermission.

override
ToXml() : System.Security.SecurityElement

Creates an XML encoding of a System.Net.WebPermission and its current state.

override
Union(System.Security.IPermission) : System.Security.IPermission

Returns the logical union between two instances of the System.Net.WebPermission class.