HttpContext Methods
.NET Framework 4.5
The HttpContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcceptWebSocketRequest(Func<AspNetWebSocketContext, Task>) | Accepts an AspNetWebSocket request using the specified user function. |
|
AcceptWebSocketRequest(Func<AspNetWebSocketContext, Task>, AspNetWebSocketOptions) | Accepts an AspNetWebSocket request using the specified user function and options object. |
|
AddError | Adds an exception to the exception collection for the current HTTP request. |
|
AddOnRequestCompleted | Raises a virtual event that occurs when the HTTP part of the request is ending. |
|
ClearError | Clears all errors for the current HTTP request. |
|
DisposeOnPipelineCompleted | Enables an object's Dispose method to be called when the AspNetWebSocket connection part of this request is completed. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetAppConfig | Obsolete. Returns requested configuration information for the current application. |
|
GetConfig | Obsolete. Returns requested configuration information for the current HTTP request. |
|
GetGlobalResourceObject(String, String) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties. |
|
GetGlobalResourceObject(String, String, CultureInfo) | Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, and on the CultureInfo object. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLocalResourceObject(String, String) | Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties. |
|
GetLocalResourceObject(String, String, CultureInfo) | Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties, and on the CultureInfo object. |
|
GetSection | Gets a specified configuration section for the current application's default configuration. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
RemapHandler | Enables you to specify a handler for the request. |
|
RewritePath(String) | Rewrites the URL using the given path. |
|
RewritePath(String, Boolean) | Rewrites the URL using the given path and a Boolean value that specifies whether the virtual path for server resources is modified. |
|
RewritePath(String, String, String) | Rewrites the URL by using the given path, path information, and query string information. |
|
RewritePath(String, String, String, Boolean) | Rewrites the URL using the given virtual path, path information, query string information, and a Boolean value that specifies whether the client file path is set to the rewrite path. |
|
SetSessionStateBehavior | Sets the type of session state behavior that is required in order to support an HTTP request. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IServiceProvider.GetService | Infrastructure. Returns an object for the current service type. |