Click or drag to resize
ChatHelperRegisterChatAJAXProxy Method
Registers AJAX proxy which can be used to call ChatService.svc from javascript.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void RegisterChatAJAXProxy(
	AbstractCMSPage page
)

Parameters

page
Type: CMS.UIControlsAbstractCMSPage
AbstractCMSPage. Script tag will be inserted to ScriptManager on this page.
See Also