HttpTaskAsyncHandler::ProcessRequest Method (HttpContext^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
When overridden in a derived class, provides code that handles a synchronous task.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
The HTTP context.
| Exception | Condition |
|---|---|
| NotSupportedException | The method is implemented but does not provide any default handling for synchronous tasks. |
.NET Framework
Available since 4.5
Available since 4.5
Show: