Class SessionControlConstants
Constants for the IClientControl feature.
Inheritance
System.Object
SessionControlConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PushTechnology.ClientInterface.Client.Features.Impl
Assembly: Diffusion.Client.dll
Syntax
[Obsolete("SessionControlConstants has been replaced with SessionProperty. It will be removed in a future release.")]
public static class SessionControlConstants
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 = "*F"
Field Value
Type | Description |
---|---|
System.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.
Declaration
public const string AllUserProperties = "*U"
Field Value
Type | Description |
---|---|
System.String | All user-defined session properties are required. |