Click or drag to resize
AnalyticsLogHandler Class
Handler for logging browser capabilities analytics retrieved by javasript.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsAnalyticsLogHandler

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public class AnalyticsLogHandler : IHttpHandler, 
	IRequiresSessionState

The AnalyticsLogHandler type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsLogHandler
Top
Properties
  NameDescription
Public propertyIsReusable
Gets whether this handler can be reused for other request.
Top
Methods
  NameDescription
Public methodProcessRequest
Processes the incoming HTTP request.
Top
See Also