HttpContextWrapper Properties

 

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAllErrors

Gets an array of errors (if any) that accumulated when an HTTP request was being processed.(Overrides HttpContextBase::AllErrors.)

System_CAPS_pubpropertyAllowAsyncDuringSyncStages

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.)

System_CAPS_pubpropertyApplication

Gets the HttpApplicationState object for the current HTTP request.(Overrides HttpContextBase::Application.)

System_CAPS_pubpropertyApplicationInstance

Gets or sets the HttpApplication object for the current HTTP request.(Overrides HttpContextBase::ApplicationInstance.)

System_CAPS_pubpropertyAsyncPreloadMode

Gets or sets an object that contains flags that pertain to asynchronous preload mode.(Overrides HttpContextBase::AsyncPreloadMode.)

System_CAPS_pubpropertyCache

Gets the Cache object for the current application domain.(Overrides HttpContextBase::Cache.)

System_CAPS_pubpropertyCurrentHandler

Gets the IHttpHandler object that represents the handler that is currently executing.(Overrides HttpContextBase::CurrentHandler.)

System_CAPS_pubpropertyCurrentNotification

Gets a RequestNotification value that indicates the current HttpApplication event that is processing.(Overrides HttpContextBase::CurrentNotification.)

System_CAPS_pubpropertyError

Gets the first error (if any) that accumulated when an HTTP request was being processed.(Overrides HttpContextBase::Error.)

System_CAPS_pubpropertyHandler

Gets or sets the IHttpHandler object that is responsible for processing the HTTP request.(Overrides HttpContextBase::Handler.)

System_CAPS_pubpropertyIsCustomErrorEnabled

Gets a value that indicates whether custom errors are enabled for the current HTTP request.(Overrides HttpContextBase::IsCustomErrorEnabled.)

System_CAPS_pubpropertyIsDebuggingEnabled

Gets a value that indicates whether the current HTTP request is in debug mode.(Overrides HttpContextBase::IsDebuggingEnabled.)

System_CAPS_pubpropertyIsPostNotification

Gets a value that indicates whether an HttpApplication event has finished processing.(Overrides HttpContextBase::IsPostNotification.)

System_CAPS_pubpropertyIsWebSocketRequest

Gets a value that indicates whether the request is an AspNetWebSocket request.(Overrides HttpContextBase::IsWebSocketRequest.)

System_CAPS_pubpropertyIsWebSocketRequestUpgrading

Gets a value that indicates whether the connection is upgrading from an HTTP connection to an AspNetWebSocket connection.(Overrides HttpContextBase::IsWebSocketRequestUpgrading.)

System_CAPS_pubpropertyItems

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.)

System_CAPS_pubpropertyPageInstrumentation

Gets a reference to the page-instrumentation service instance for this request.(Overrides HttpContextBase::PageInstrumentation.)

System_CAPS_pubpropertyPreviousHandler

Gets the IHttpHandler object for the parent handler.(Overrides HttpContextBase::PreviousHandler.)

System_CAPS_pubpropertyProfile

Gets the ProfileBase object for the current user profile.(Overrides HttpContextBase::Profile.)

System_CAPS_pubpropertyRequest

Gets the HttpRequestBase object for the current HTTP request.(Overrides HttpContextBase::Request.)

System_CAPS_pubpropertyResponse

Gets the HttpResponseBase object for the current HTTP response.(Overrides HttpContextBase::Response.)

System_CAPS_pubpropertyServer

Gets the HttpServerUtilityBase object that provides methods that are used when Web requests are being processed.(Overrides HttpContextBase::Server.)

System_CAPS_pubpropertySession

Gets the HttpSessionStateBase object for the current HTTP request.(Overrides HttpContextBase::Session.)

System_CAPS_pubpropertySkipAuthorization

Gets or sets a value that specifies whether the UrlAuthorizationModule object should skip the authorization check for the current request.(Overrides HttpContextBase::SkipAuthorization.)

System_CAPS_pubpropertyThreadAbortOnTimeout

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.)

System_CAPS_pubpropertyTimestamp

Gets the initial timestamp of the current HTTP request.(Overrides HttpContextBase::Timestamp.)

System_CAPS_pubpropertyTrace

Gets the TraceContext object for the current HTTP response.(Overrides HttpContextBase::Trace.)

System_CAPS_pubpropertyUser

Gets or sets security information for the current HTTP request.(Overrides HttpContextBase::User.)

System_CAPS_pubpropertyWebSocketNegotiatedProtocol

Gets the negotiated protocol that was sent from the server to the client for an AspNetWebSocket request.(Overrides HttpContextBase::WebSocketNegotiatedProtocol.)

System_CAPS_pubpropertyWebSocketRequestedProtocols

Gets the ordered list of protocols requested by the client.(Overrides HttpContextBase::WebSocketRequestedProtocols.)

Return to top
Show: