NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpApplication Members

Public:

Constructor

HttpApplication Constructor [To be supplied.]

Properties

Application  
Context  
Error  
Modules  
Request  
Response  
Server ASP Compatible ?Server? Intrinsic.
Session HTTPRuntime provided session intrinsic.
Site [To be supplied.]

Methods

CompleteRequest [To be supplied.]
Dispose  
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
Init  
ToString (inherited from Object) Returns a String that represents the current Object.

Events

AcquireRequestState [To be supplied.]
AuthenticateRequest [To be supplied.]
AuthorizeRequest [To be supplied.]
BeginRequest [To be supplied.]
EndRequest [To be supplied.]
Error [To be supplied.]
PostRequestHandlerExecute [To be supplied.]
PreRequestHandlerExecute [To be supplied.]
PreSendRequestContent [To be supplied.]
PreSendRequestHeaders [To be supplied.]
ReleaseRequestState [To be supplied.]
ResolveRequestCache [To be supplied.]
UpdateRequestCache [To be supplied.]

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Event Hookup:

Methods

AddOnAcquireRequestState [To be supplied.]
AddOnAuthenticateRequest [To be supplied.]
AddOnAuthorizeRequest [To be supplied.]
AddOnBeginRequest [To be supplied.]
AddOnEndRequest [To be supplied.]
AddOnError [To be supplied.]
AddOnPostRequestHandlerExecute [To be supplied.]
AddOnPreRequestHandlerExecute [To be supplied.]
AddOnPreSendRequestContent [To be supplied.]
AddOnPreSendRequestHeaders [To be supplied.]
AddOnReleaseRequestState [To be supplied.]
AddOnResolveRequestCache [To be supplied.]
AddOnUpdateRequestCache [To be supplied.]
RemoveOnAcquireRequestState [To be supplied.]
RemoveOnAuthenticateRequest [To be supplied.]
RemoveOnAuthorizeRequest [To be supplied.]
RemoveOnBeginRequest [To be supplied.]
RemoveOnEndRequest [To be supplied.]
RemoveOnError [To be supplied.]
RemoveOnPostRequestHandlerExecute [To be supplied.]
RemoveOnPreRequestHandlerExecute [To be supplied.]
RemoveOnPreSendRequestContent [To be supplied.]
RemoveOnPreSendRequestHeaders [To be supplied.]
RemoveOnReleaseRequestState [To be supplied.]
RemoveOnResolveRequestCache [To be supplied.]
RemoveOnUpdateRequestCache [To be supplied.]

See Also

HttpApplication Class | System.Web Namespace