Class SessionControlConstants

Constants for the IClientControl feature.

Inheritance
Object
SessionControlConstants
Namespace: PushTechnology.ClientInterface.Client.Features.Impl
Assembly: Diffusion.Client.dll
Syntax
public static class SessionControlConstants : object
Remarks

Deprecated: This class and its constants have been deprecated in favour of the better named SessionProperty class. This class will be removed in a future release.

Fields

AllFixedProperties

This constant can be used instead of a property key in requests for session property values to indicate that all fixed session properties are required.

Declaration
public const string AllFixedProperties = null
Field Value
Type Description
String

AllUserProperties

This constant can be used instead of a property key in requests for session property values to indicate that all user-defined session properties are required.

Declaration
public const string AllUserProperties = null
Field Value
Type Description
String
Back to top