HttpContextWrapper Class
Encapsulates the HTTP intrinsic object that contains HTTP-specific information about an individual HTTP request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | HttpContextWrapper(HttpContext^) | Initializes a new instance of the HttpContextWrapper class by using the specified context object. |
| Name | Description | |
|---|---|---|
![]() | AllErrors | Gets an array of errors (if any) that accumulated when an HTTP request was being processed.(Overrides HttpContextBase::AllErrors.) |
![]() | AllowAsyncDuringSyncStages | Gets or sets a value that indicates whether asynchronous operations are allowed during parts of ASP.NET request processing when they are not expected.(Overrides HttpContextBase::AllowAsyncDuringSyncStages.) |
![]() | 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.) |
![]() | AsyncPreloadMode | Gets or sets an object that contains flags that pertain to asynchronous preload mode.(Overrides HttpContextBase::AsyncPreloadMode.) |
![]() | 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.) |
![]() | IsWebSocketRequest | Gets a value that indicates whether the request is an AspNetWebSocket request.(Overrides HttpContextBase::IsWebSocketRequest.) |
![]() | IsWebSocketRequestUpgrading | Gets a value that indicates whether the connection is upgrading from an HTTP connection to an AspNetWebSocket connection.(Overrides HttpContextBase::IsWebSocketRequestUpgrading.) |
![]() | 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.) |
![]() | PageInstrumentation | Gets a reference to the page-instrumentation service instance for this request.(Overrides HttpContextBase::PageInstrumentation.) |
![]() | 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.) |
![]() | ThreadAbortOnTimeout | Gets or sets a value that specifies whether the ASP.NET runtime should call Thread::Abort on the thread that is servicing this request when the request times out.(Overrides HttpContextBase::ThreadAbortOnTimeout.) |
![]() | 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.) |
![]() | WebSocketNegotiatedProtocol | Gets the negotiated protocol that was sent from the server to the client for an AspNetWebSocket request.(Overrides HttpContextBase::WebSocketNegotiatedProtocol.) |
![]() | WebSocketRequestedProtocols | Gets the ordered list of protocols requested by the client.(Overrides HttpContextBase::WebSocketRequestedProtocols.) |
| Name | Description | |
|---|---|---|
![]() | AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^) | Accepts an AspNetWebSocket request using the specified user function.(Overrides HttpContextBase::AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^).) |
![]() | AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^, AspNetWebSocketOptions^) | Accepts an AspNetWebSocket request using the specified user function and options object.(Overrides HttpContextBase::AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^, AspNetWebSocketOptions^).) |
![]() | AddError(Exception^) | Adds an exception to the exception collection for the current HTTP request.(Overrides HttpContextBase::AddError(Exception^).) |
![]() | AddOnRequestCompleted(Action<HttpContextBase^>^) | Raises a virtual event that occurs when the HTTP part of the request is ending.(Overrides HttpContextBase::AddOnRequestCompleted(Action<HttpContextBase^>^).) |
![]() | ClearError() | Clears all errors for the current HTTP request.(Overrides HttpContextBase::ClearError().) |
![]() | DisposeOnPipelineCompleted(IDisposable^) | Enables an object's Dispose method to be called when the AspNetWebSocket connection part of this request is completed.(Overrides HttpContextBase::DisposeOnPipelineCompleted(IDisposable^).) |
![]() | Equals(Object^) | 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(String^, String^) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties.(Overrides HttpContextBase::GetGlobalResourceObject(String^, String^).) |
![]() | GetGlobalResourceObject(String^, String^, CultureInfo^) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, and on the CultureInfo object.(Overrides HttpContextBase::GetGlobalResourceObject(String^, String^, CultureInfo^).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLocalResourceObject(String^, String^) | Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties.(Overrides HttpContextBase::GetLocalResourceObject(String^, String^).) |
![]() | GetLocalResourceObject(String^, String^, CultureInfo^) | Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties, and on the CultureInfo object.(Overrides HttpContextBase::GetLocalResourceObject(String^, String^, CultureInfo^).) |
![]() | GetSection(String^) | Gets the specified configuration section of the current application's default configuration.(Overrides HttpContextBase::GetSection(String^).) |
![]() | GetService(Type^) | Returns an object for the current service type.(Overrides HttpContextBase::GetService(Type^).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | RemapHandler(IHttpHandler^) | Enables you to specify a handler for the request.(Overrides HttpContextBase::RemapHandler(IHttpHandler^).) |
![]() | RewritePath(String^) | Rewrites the URL by using the specified path.(Overrides HttpContextBase::RewritePath(String^).) |
![]() | RewritePath(String^, Boolean) | Rewrites the URL by using the specified path and a value that specifies whether the virtual path for server resources is modified.(Overrides HttpContextBase::RewritePath(String^, Boolean).) |
![]() | RewritePath(String^, String^, String^) | Rewrites the URL by using the specified path, path information, and query string information.(Overrides HttpContextBase::RewritePath(String^, String^, String^).) |
![]() | RewritePath(String^, String^, String^, Boolean) | Rewrites the URL by using the specified path, path information, query string information, and a value that specifies whether the client file path is set to the rewrite path.(Overrides HttpContextBase::RewritePath(String^, String^, String^, Boolean).) |
![]() | SetSessionStateBehavior(SessionStateBehavior) | Sets the type of session state behavior that is required in order to support an HTTP request.(Overrides HttpContextBase::SetSessionStateBehavior(SessionStateBehavior).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The HttpContextWrapper class derives from the HttpContextBase class and serves as a wrapper for the HttpContext class. This class exposes the functionality of the HttpContext class and also exposes the HttpContextBase type. The HttpContextBase class lets you replace the original implementation of the HttpContext class in your application with a custom implementation, such as when you perform unit testing outside the ASP.NET pipeline.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


