AssemblyResourceLoader::IHttpHandler::ProcessRequest Method (HttpContext^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see ProcessRequest.
Assembly: System.Web (in System.Web.dll)
private: virtual void ProcessRequest( HttpContext^ context ) sealed = IHttpHandler::ProcessRequest
Parameters
- context
-
Type:
System.Web::HttpContext^
The context of the request.
| Exception | Condition |
|---|---|
| HttpException | The Web resource request is invalid. - or - The assembly name could not be found. - or - The resource name could not be found in the assembly. |
This member is an explicit-interface member implementation. It can be used only when the AssemblyResourceLoader instance is cast to an IHttpHandler interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: