This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the CmsClient class.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
protected CmsClient(
	 cmsRequest,
	string rawUserAgent,
	 address,
	 referrer,
	string sessionId
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Sub New ( _
	cmsRequest As , _
	rawUserAgent As , _
	address As , _
	referrer As , _
	sessionId As  _
)

Parameters

cmsRequest
CmsRequest
The CmsRequest to which this instance belongs.
rawUserAgent
String
The raw UserAgent string.
address
IPAddress
The address.
referrer
Locator
The referrer.
sessionId
String
The session id.

See Also

CmsClient Class
Smartsite.Core Namespace
Advanced