Enables processing of HTTP Web requests by a custom HttpHandler that implements
the System.Web.IHttpHandler interface.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- context
- Type: System.Web HttpContext
An System.Web.HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
See Also