Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
WebPermission « Network « C# / C Sharp
C# / C Sharp
Network
WebPermission
1.
Create a WebPermission class with the specified access rights for the specified URI regular expression.
2.
Initializes a new instance of the WebPermission class with the specified access rights for the specified URI.
3.
Adds the specified URI with the specified access rights to the current WebPermission.
4.
Adds the specified URI string with the specified access rights to the current WebPermission.
5.
Returns an enumeration of a single connect permissions held by this WebPermission.
6.
Creates a copy of a WebPermission.
7.
Reconstructs a WebPermission from an XML encoding.
8.
Returns the logical intersection of two WebPermission instances.
9.
Determines whether the current WebPermission is a subset of the specified object.
10.
Returns the logical union between two instances of the WebPermission class.