Mono Class Library: Overview

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)
Documentation for this section has not yet been entered.
AddPermission(NetworkAccess, System.Text.RegularExpressions.Regex)
Documentation for this section has not yet been entered.
override
Copy() : System.Security.IPermission
Returns a new System.Net.WebPermission object containing the same values as the current instance.
override
FromXml(System.Security.SecurityElement)
Reconstructs the state of a System.Net.WebPermission object using the specified XML encoding.
override
Intersect(System.Security.IPermission) : System.Security.IPermission
Returns a new System.Net.WebPermission object that is the intersection of the current instance and the specified object.
override
IsSubsetOf(System.Security.IPermission) : bool
Determines whether the current instance is a subset of the specified object.
IsUnrestricted() : bool
Documentation for this section has not yet been entered.
override
ToXml() : System.Security.SecurityElement
Returns the XML encoding of the current instance.
override
Union(System.Security.IPermission) : System.Security.IPermission
Returns a new System.Net.WebPermission object that is the union of the current instance and the specified object.