Click or drag to resize
ChatSettingsHandlerIsReusable Property
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.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public bool IsReusable { get; }

Property Value

Type: Boolean

Implements

IHttpHandlerIsReusable
See Also