DefaultHttpHandler::ProcessRequest Method (HttpContext^)
.NET Framework (current version)
Enables a DefaultHttpHandler object to process of HTTP Web requests.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
An object that provides references to intrinsic server objects used to service HTTP requests.
| Exception | Condition |
|---|---|
| InvalidOperationException | The ProcessRequest is called synchronously. |
The ProcessRequest method should not be called synchronously. Classes that are derived from the DefaultHttpHandler class can override the ProcessRequest to provide customized request processing.
.NET Framework
Available since 2.0
Available since 2.0
Show: