Site.ClientAffinityEnabled Property

Definition

Gets or sets <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientAffinityEnabled")]
public bool? ClientAffinityEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientAffinityEnabled")>]
member this.ClientAffinityEnabled : Nullable<bool> with get, set
Public Property ClientAffinityEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to