Class DeviceBoundSessionWithUsage
How a device bound session was used during a request.
public sealed record DeviceBoundSessionWithUsage : IEquatable<DeviceBoundSessionWithUsage>
- Inheritance
-
DeviceBoundSessionWithUsage
- Implements
- Inherited Members
Constructors
DeviceBoundSessionWithUsage(DeviceBoundSessionKey, string)
How a device bound session was used during a request.
public DeviceBoundSessionWithUsage(DeviceBoundSessionKey SessionKey, string Usage)
Parameters
SessionKeyDeviceBoundSessionKeyThe key for the session.
UsagestringHow the session was used (or not used).
Properties
SessionKey
The key for the session.
public DeviceBoundSessionKey SessionKey { get; init; }
Property Value
Usage
How the session was used (or not used).
public string Usage { get; init; }