IceNetHttpApplication Methods |
The IceNetHttpApplication type exposes the following members.
| Name | Description | |
|---|---|---|
| AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified AcquireRequestState event to the collection of asynchronous AcquireRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified AcquireRequestState event to the collection of asynchronous AcquireRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified AuthenticateRequest event to the collection of asynchronous AuthenticateRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified AuthorizeRequest event to the collection of asynchronous AuthorizeRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified AuthorizeRequest event to the collection of asynchronous AuthorizeRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified BeginRequest event to the collection of asynchronous BeginRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified BeginRequest event to the collection of asynchronous BeginRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnEndRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified EndRequest event to the collection of asynchronous EndRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnLogRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified LogRequest event to the collection of asynchronous LogRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified LogRequest event to the collection of asynchronous LogRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) | Adds the specified MapRequestHandler event to the collection of asynchronous MapRequestHandler event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified MapRequestHandler event to the collection of asynchronous MapRequestHandler event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostAcquireRequestState event to the collection of asynchronous PostAcquireRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostAcquireRequestState event to the collection of asynchronous PostAcquireRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostAuthenticateRequest event to the collection of asynchronous PostAuthenticateRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostAuthorizeRequest event to the collection of asynchronous PostAuthorizeRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostAuthorizeRequest event to the collection of asynchronous PostAuthorizeRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostAuthorizeRequest to the collection of asynchronous PostAuthorizeRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostLogRequest event to the collection of asynchronous PostLogRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostLogRequest event to the collection of asynchronous PostLogRequest event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostMapRequestHandler event to the collection of asynchronous PostMapRequestHandler event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostMapRequestHandler event to the collection of asynchronous PostMapRequestHandler event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostReleaseRequestState event to the collection of asynchronous PostReleaseRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostReleaseRequestState event to the collection of asynchronous PostReleaseRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostRequestHandlerExecute event to the collection of asynchronous PostRequestHandlerExecute event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostResolveRequestCache event to the collection of asynchronous PostResolveRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostResolveRequestCache event to the collection of asynchronous PostResolveRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) | Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified PreRequestHandlerExecute event to the collection of asynchronous PreRequestHandlerExecute event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) | Adds the specified ReleaseRequestState event to the collection of asynchronous ReleaseRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified ReleaseRequestState event to the collection of asynchronous ReleaseRequestState event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified ResolveRequestCache event handler to the collection of asynchronous ResolveRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) | Adds the specified UpdateRequestCache event to the collection of asynchronous UpdateRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) | Adds the specified UpdateRequestCache event to the collection of asynchronous UpdateRequestCache event handlers for the current request. (Inherited from HttpApplication.) | |
| CheckAuthorization(String, Int32) | ||
| CheckAuthorization(IFolder, Int32) | ||
| CheckAuthorization(IObject, Int32) | ||
| CheckAuthorization(IPackage, Int32) | ||
| CheckAuthorization(IParty, Int32) | ||
| CheckAuthorization(AuthorizedItemType, String, Int32) | ||
| CheckQualification(IFolder, String) | ||
| CheckQualification(IObject, String) | ||
| CompleteRequest | Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the EndRequest event. (Inherited from HttpApplication.) | |
| CreateRepository | ||
| CreateRepository(String) |
Creates a IDatabaseRepository instance that is initialized with
userName. This instance initialized with "Administrator"can be
used to perform login operation while a valid user name is not yet available
in the IceNetUserName property.
| |
| DiscardCurrentRepository |
Discards the IDatabaseRepository instance that is associated
to the current HTTP request. By accessing the Repository property
after calling this method results in a new IDatabaseRepository instance.
All buffered data from the existing repository is discarded, too.
| |
| Dispose | Disposes the HttpApplication instance. (Inherited from HttpApplication.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOutputCacheProviderName | Gets the name of the default output-cache provider that is configured for a Web site. (Inherited from HttpApplication.) | |
| GetRepositoryStatus |
Gets the repository status (repository mode and corresponding timestamps).
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVaryByCustomString | Provides an application-wide implementation of the VaryByCustom property. (Inherited from HttpApplication.) | |
| HasAuthorization(String, Int32) | ||
| HasAuthorization(IFolder, Int32) | ||
| HasAuthorization(IObject, Int32) | ||
| HasAuthorization(IPackage, Int32) | ||
| HasAuthorization(IParty, Int32) | ||
| HasAuthorization(AuthorizedItemType, String, Int32) | ||
| HasQualification(IFolder, String) | ||
| HasQualification(IObject, String) | ||
| Init | Executes custom initialization code after all event handler modules have been added. (Inherited from HttpApplication.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetRepositoryMode |
Sets the repository mode.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |