HttpContextWrapper Methods

 

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

NameDescription
System_CAPS_pubmethodAcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^)

Accepts an AspNetWebSocket request using the specified user function.(Overrides HttpContextBase::AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^).)

System_CAPS_pubmethodAcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^, AspNetWebSocketOptions^)

Accepts an AspNetWebSocket request using the specified user function and options object.(Overrides HttpContextBase::AcceptWebSocketRequest(Func<AspNetWebSocketContext^, Task^>^, AspNetWebSocketOptions^).)

System_CAPS_pubmethodAddError(Exception^)

Adds an exception to the exception collection for the current HTTP request.(Overrides HttpContextBase::AddError(Exception^).)

System_CAPS_pubmethodAddOnRequestCompleted(Action<HttpContextBase^>^)

Raises a virtual event that occurs when the HTTP part of the request is ending.(Overrides HttpContextBase::AddOnRequestCompleted(Action<HttpContextBase^>^).)

System_CAPS_pubmethodClearError()

Clears all errors for the current HTTP request.(Overrides HttpContextBase::ClearError().)

System_CAPS_pubmethodDisposeOnPipelineCompleted(IDisposable^)

Enables an object's Dispose method to be called when the AspNetWebSocket connection part of this request is completed.(Overrides HttpContextBase::DisposeOnPipelineCompleted(IDisposable^).)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetGlobalResourceObject(String^, String^)

Gets an application-level resource object based on the specified ClassKey and ResourceKey properties.(Overrides HttpContextBase::GetGlobalResourceObject(String^, String^).)

System_CAPS_pubmethodGetGlobalResourceObject(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^).)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLocalResourceObject(String^, String^)

Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties.(Overrides HttpContextBase::GetLocalResourceObject(String^, String^).)

System_CAPS_pubmethodGetLocalResourceObject(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^).)

System_CAPS_pubmethodGetSection(String^)

Gets the specified configuration section of the current application's default configuration.(Overrides HttpContextBase::GetSection(String^).)

System_CAPS_pubmethodGetService(Type^)

Returns an object for the current service type.(Overrides HttpContextBase::GetService(Type^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemapHandler(IHttpHandler^)

Enables you to specify a handler for the request.(Overrides HttpContextBase::RemapHandler(IHttpHandler^).)

System_CAPS_pubmethodRewritePath(String^)

Rewrites the URL by using the specified path.(Overrides HttpContextBase::RewritePath(String^).)

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

System_CAPS_pubmethodRewritePath(String^, String^, String^)

Rewrites the URL by using the specified path, path information, and query string information.(Overrides HttpContextBase::RewritePath(String^, String^, String^).)

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

System_CAPS_pubmethodSetSessionStateBehavior(SessionStateBehavior)

Sets the type of session state behavior that is required in order to support an HTTP request.(Overrides HttpContextBase::SetSessionStateBehavior(SessionStateBehavior).)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: