This documentation is archived and is not being maintained.

HttpContext Methods

The HttpContext type exposes the following members.

  NameDescription
Public method AddError Adds an exception to the exception collection for the current HTTP request.
Public method ClearError Clears all errors for the current HTTP request.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Static member GetAppConfig Obsolete. Returns requested configuration information for the current application.
Public method GetConfig Obsolete. Returns requested configuration information for the current HTTP request.
Public method Static member GetGlobalResourceObject Overloaded. Gets an application-level resource.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Static member GetLocalResourceObject Overloaded. Gets a page-level resource.
Public method GetSection Gets a specified configuration section for the current application's default configuration.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemapHandler Enables you to specify a handler for the request.
Public method RewritePath Overloaded. Redirects a request for a resource to a different path than the one that is indicated by the requested URL. RewritePath is used in cookieless session state to strip session IDs from URLs.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetation Private method IServiceProvider::GetService Infrastructure. Returns an object for the current service type.
Top
Show: