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

Syntax

C# Copy imageCopy Code
                                  public abstract class CmsClient
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class CmsClient

The type exposes the following properties.

Public Properties

  Name Description
Public property Address
Gets the address of the client.
Public property FriendlyUserAgentString
Gets the friendly user agent string.
Public property IsLocal
Returns true if this client is from the localhost.
Public property IsReferrerCms
Returns true if the referrer is the Cms.
Public property MajorVersion
Gets the major version.
Public property MinorVersion
Gets the minor version.
Public property RawUserAgentString
Gets the raw user agent string.
Public property Referrer
Referrer of the current request
Public property Static member SessionCookieExpirationTime
Gets the session cookie expiration time.
Public property Static member SessionCookieName
Gets the session cookie name.
Public property SessionId
Gets the session id.
Public property SupportsSessions
Returns true if sessions are supported.
Public property Type
Gets the user agent type.
Public property VisitorId
Gets the visitor id.

See Also

Advanced