ChatSettingsHandler ProcessRequest Method Kentico 8.0 API Reference
Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

context
Type: OnlineSystem.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