| ChatSettingsHandlerProcessRequest Method  | 
            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: 9.0.0
Syntaxpublic void ProcessRequest(
	HttpContext context
)
Parameters
- context
 - Type: System.WebHttpContext
            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.
             
Implements
IHttpHandlerProcessRequest(HttpContext)
See Also