This documentation is archived and is not being maintained.
HttpContextWrapper Methods
Visual Studio 2008
The HttpContextWrapper type exposes the following members.
| 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.) |
Show: