Table of Contents

Class SessionControlConstants

Namespace
PushTechnology.ClientInterface.Client.Features.Impl
Assembly
Diffusion.Client.dll

Constants for the IClientControl feature.

[Obsolete("SessionControlConstants has been replaced with SessionProperty. It will be removed in a future release.")]
public static class SessionControlConstants
Inheritance
SessionControlConstants
Inherited Members

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.

public const string AllFixedProperties = "*F"

Field Value

string

All fixed session properties are required.

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.

public const string AllUserProperties = "*U"

Field Value

string

All user-defined session properties are required.