Namespace: ITHit.Server
public abstract class ContextWebAsync<THierarchyItem> : ContextAsync<THierarchyItem> where THierarchyItem : IHierarchyItemBase
The ContextWebAsyncTHierarchyItem type exposes the following members.
Name | Description | |
---|---|---|
ContextWebAsyncTHierarchyItem |
Initializes context for IIS/ASP.NET based server.
|
Name | Description | |
---|---|---|
Engine |
Instance of Engine which is currently executing the request.
(Inherited from ContextAsyncTHierarchyItem.) | |
Exception |
Exception which occurred during request execution.
(Inherited from ContextAsyncTHierarchyItem.) | |
Request |
Object representing current request.
(Inherited from ContextAsyncTHierarchyItem.) | |
Response |
Object representing current response.
(Inherited from ContextAsyncTHierarchyItem.) |
Name | Description | |
---|---|---|
BeforeResponseAsync |
This method is called right before engine starts writing response.
(Inherited from ContextAsyncTHierarchyItem.) | |
EnsureBeforeResponseWasCalledAsync |
Calls BeforeResponseAsync only first time this method is invoked.
(Inherited from ContextAsyncTHierarchyItem.) | |
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.) | |
GetHierarchyItemAsync |
Implementation of this abstract method is used by the engine to find hierarchy item objects by path.
(Inherited from ContextAsyncTHierarchyItem.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |