Click or drag to resize

VisitContext Constructor

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public VisitContext(
	IContext context
)

Parameters

context
Type: Dynamicweb.EnvironmentIContext
HTTP context.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null.
Remarks