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.

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

public:
virtual void ProcessRequest(
	HttpContext^ context
)

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
Return to top
Show: