Class DeviceBoundSessionUrlRule
A device bound session's inclusion URL rule.
public sealed record DeviceBoundSessionUrlRule : IEquatable<DeviceBoundSessionUrlRule>
- Inheritance
-
DeviceBoundSessionUrlRule
- Implements
- Inherited Members
Constructors
DeviceBoundSessionUrlRule(string, string, string)
A device bound session's inclusion URL rule.
public DeviceBoundSessionUrlRule(string RuleType, string HostPattern, string PathPrefix)
Parameters
RuleTypestringSee comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type.
HostPatternstringSee comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern.
PathPrefixstringSee comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix.
Properties
HostPattern
See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::host_pattern.
public string HostPattern { get; init; }
Property Value
PathPrefix
See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::path_prefix.
public string PathPrefix { get; init; }
Property Value
RuleType
See comments on net::device_bound_sessions::SessionInclusionRules::UrlRule::rule_type.
public string RuleType { get; init; }