| ChatSettingsHandler Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Chat
 Syntax
Syntaxpublic class ChatSettingsHandler : IHttpHandler
The ChatSettingsHandler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ChatSettingsHandler | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsReusable | 
            Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
            
            True if the System.Web.IHttpHandler instance is reusable; otherwise, false.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ProcessRequest | 
            Enables processing of HTTP Web requests by a custom HttpHandler that implements
            the System.Web.IHttpHandler interface.
             | 
 See Also
See Also