Click or drag to resize
ChatSettingsHandler Class
ASP.NET handler for generating chat settings.
Inheritance Hierarchy
SystemObject
  CMS.ChatChatSettingsHandler

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class ChatSettingsHandler : IHttpHandler

The ChatSettingsHandler type exposes the following members.

Constructors
  NameDescription
Public methodChatSettingsHandler
Top
Properties
  NameDescription
Public propertyIsReusable
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.
Top
Methods
  NameDescription
Public methodProcessRequest
Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.
Top
See Also