ScriptResourceHandler::IHttpHandler::ProcessRequest Method (HttpContext^)
.NET Framework (current version)
Processes HTTP Web requests for a script file that is embedded as a resource in an assembly.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual void ProcessRequest( HttpContext^ context ) sealed = IHttpHandler::ProcessRequest
Parameters
- context
-
Type:
System.Web::HttpContext^
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) that are used to service HTTP requests.
| Exception | Condition |
|---|---|
| HttpException | The type names for the debug and release versions of the embedded script do not match. |
This member is an explicit interface member implementation. It can be used only when the ScriptResourceHandler instance is cast to an IHttpHandler interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: