Mono Class Library: OverviewSystem.Net.WebPermission: Members |
The members of System.Net.WebPermission are listed below.
See Also: Inherited members from System.Security.CodeAccessPermission
Documentation for this section has not yet been entered. Constructs and initializes a new instance of the System.Net.WebPermission class with the specified System.Security.Permissions.PermissionState value. Constructs and initializes a new instance of the System.Net.WebPermission class that secures access to the specified URI. Documentation for this section has not yet been entered.
[read-only] AcceptList IEnumerator. Documentation for this section has not yet been entered. [read-only] ConnectList IEnumerator. Documentation for this section has not yet been entered.
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. overrideCopy() : System.Security.IPermission Returns a new System.Net.WebPermission object containing the same values as the current instance. overrideFromXml(System.Security.SecurityElement) Reconstructs the state of a System.Net.WebPermission object using the specified XML encoding. overrideIntersect(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. overrideIsSubsetOf(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. overrideToXml() : System.Security.SecurityElement Returns the XML encoding of the current instance. overrideUnion(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.