Click or drag to resize
IHttpApplication Interface
Defines methods for request pipeline processing.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IHttpApplication

The IHttpApplication type exposes the following members.

Methods
  NameDescription
Public methodCompleteRequest
Completes the processed request.
Top
See Also