This documentation is archived and is not being maintained.
HttpContextWrapper Members
Visual Studio 2008
Encapsulates the HTTP intrinsic object that contains HTTP-specific information about an individual HTTP request.
The HttpContextWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
HttpContextWrapper | Initializes a new instance of the HttpContextWrapper class by using the specified context object. |
| Name | Description | |
|---|---|---|
|
AddError | Adds an exception to the exception collection for the current HTTP request. (Overrides HttpContextBase::AddError(Exception).) |
|
ClearError | Clears all errors for the current HTTP request. (Overrides HttpContextBase::ClearError().) |
|
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.) |
|
GetGlobalResourceObject | Overloaded. Gets an application-level resource. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLocalResourceObject | Overloaded. Gets a page-level resource. |
|
GetSection | Gets the specified configuration section of the current application's default configuration. (Overrides HttpContextBase::GetSection(String).) |
|
GetService | Returns an object for the current service type. (Overrides HttpContextBase::GetService(Type).) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RewritePath | Overloaded. Assigns an internal rewrite path, which lets the requested URL differ from the internal path of the resource. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AllErrors | Gets an array of errors (if any) that accumulated when an HTTP request was being processed. (Overrides HttpContextBase::AllErrors.) |
|
Application | Gets the HttpApplicationState object for the current HTTP request. (Overrides HttpContextBase::Application.) |
|
ApplicationInstance | Gets or sets the HttpApplication object for the current HTTP request. (Overrides HttpContextBase::ApplicationInstance.) |
|
Cache | Gets the Cache object for the current application domain. (Overrides HttpContextBase::Cache.) |
|
CurrentHandler | Gets the IHttpHandler object that represents the handler that is currently executing. (Overrides HttpContextBase::CurrentHandler.) |
|
CurrentNotification | Gets a RequestNotification value that indicates the current HttpApplication event that is processing. (Overrides HttpContextBase::CurrentNotification.) |
|
Error | Gets the first error (if any) that accumulated when an HTTP request was being processed. (Overrides HttpContextBase::Error.) |
|
Handler | Gets or sets the IHttpHandler object that is responsible for processing the HTTP request. (Overrides HttpContextBase::Handler.) |
|
IsCustomErrorEnabled | Gets a value that indicates whether custom errors are enabled for the current HTTP request. (Overrides HttpContextBase::IsCustomErrorEnabled.) |
|
IsDebuggingEnabled | Gets a value that indicates whether the current HTTP request is in debug mode. (Overrides HttpContextBase::IsDebuggingEnabled.) |
|
IsPostNotification | Gets a value that indicates whether an HttpApplication event has finished processing. (Overrides HttpContextBase::IsPostNotification.) |
|
Items | Gets a key/value collection that can be used to organize and share data between a module and a handler during an HTTP request. (Overrides HttpContextBase::Items.) |
|
PreviousHandler | Gets the IHttpHandler object for the parent handler. (Overrides HttpContextBase::PreviousHandler.) |
|
Profile | Gets the ProfileBase object for the current user profile. (Overrides HttpContextBase::Profile.) |
|
Request | Gets the HttpRequestBase object for the current HTTP request. (Overrides HttpContextBase::Request.) |
|
Response | Gets the HttpResponseBase object for the current HTTP response. (Overrides HttpContextBase::Response.) |
|
Server | Gets the HttpServerUtilityBase object that provides methods that are used when Web requests are being processed. (Overrides HttpContextBase::Server.) |
|
Session | Gets the HttpSessionStateBase object for the current HTTP request. (Overrides HttpContextBase::Session.) |
|
SkipAuthorization | Gets or sets a value that specifies whether the UrlAuthorizationModule object should skip the authorization check for the current request. (Overrides HttpContextBase::SkipAuthorization.) |
|
Timestamp | Gets the initial timestamp of the current HTTP request. (Overrides HttpContextBase::Timestamp.) |
|
Trace | Gets the TraceContext object for the current HTTP response. (Overrides HttpContextBase::Trace.) |
|
User | Gets or sets security information for the current HTTP request. (Overrides HttpContextBase::User.) |
Show: