[This is preliminary documentation and is subject to change.]
The NotAuthorizationExceptionMatch type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| NotAuthorizationExceptionMatch | Initializes a new instance of the NotAuthorizationExceptionMatch class |
Methods
| Name | Description | |
|---|---|---|
| Check_AbsentCookies | (Inherited from WorkMatch.) | |
| Check_AbsentHeaders | (Inherited from WorkMatch.) | |
| Check_AcceptTypes | (Inherited from WorkMatch.) | |
| Check_ApiVersions | (Inherited from WorkMatch.) | |
| Check_ContentTypes | (Inherited from WorkMatch.) | |
| Check_Cookies | (Inherited from WorkMatch.) | |
| Check_Headers | (Inherited from WorkMatch.) | |
| Check_Hosts | (Inherited from WorkMatch.) | |
| Check_IsLocal | (Inherited from WorkMatch.) | |
| Check_IsSocialNetBot | (Inherited from WorkMatch.) | |
| Check_Methods | (Inherited from WorkMatch.) | |
| Check_Permissions | (Inherited from WorkMatch.) | |
| Check_Ports | (Inherited from WorkMatch.) | |
| Check_Schemes | (Inherited from WorkMatch.) | |
| Check_UserAgents | (Inherited from WorkMatch.) | |
| Check_UserHosts | (Inherited from WorkMatch.) | |
| Check_VariablesAndGetValues | (Inherited from WorkMatch.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| Make | (Overrides WorkMatch Make(WorkContext, Object).) | |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| AbsentCookies | (Inherited from WorkMatch.) | |
| AbsentHeaders | (Inherited from WorkMatch.) | |
| AcceptJson |
Shortcut to AcceptTypes contaioning application/json
(Inherited from WorkMatch.) | |
| AcceptTypes | (Inherited from WorkMatch.) | |
| ApiMaxVer | (Inherited from WorkMatch.) | |
| ApiMinVer | (Inherited from WorkMatch.) | |
| ContentTypes | (Inherited from WorkMatch.) | |
| Cookies | (Inherited from WorkMatch.) | |
| Headers | (Inherited from WorkMatch.) | |
| Hosts | (Inherited from WorkMatch.) | |
| IsLocal | (Inherited from WorkMatch.) | |
| IsSocialNetBot | (Inherited from WorkMatch.) | |
| Methods | (Inherited from WorkMatch.) | |
| Name |
Returns the match instance name
(Inherited from WorkMatch.) | |
| NotPathPattern |
Returns the URIPattern matcher for reverse URI path segment matching
(Inherited from WorkMatch.) | |
| Order |
Returns the match order in handler registry. Order is used for URI pattern matching.
Although Order property can change the match needs to be Unregistered/Registered again with the handler
to change pattern matching order
(Inherited from WorkMatch.) | |
| PathPattern |
Returns the URIPattern matcher for URI path segment matching
(Inherited from WorkMatch.) | |
| Permissions | (Inherited from WorkMatch.) | |
| Ports | (Inherited from WorkMatch.) | |
| Schemes | (Inherited from WorkMatch.) | |
| TypeNsPrefix |
Namespace prefix used for type lookups. The prefix uses '/' or '\' path separation char not '.'
(Inherited from WorkMatch.) | |
| UserAgents | (Inherited from WorkMatch.) | |
| UserHosts | (Inherited from WorkMatch.) | |
| Variables |
Returns registry of variables. May register/unregister variables at runtime
(Inherited from WorkMatch.) |
See Also