次の方法で共有


SiteInner.ClientAffinityEnabled プロパティ

定義

クライアント アフィニティを有効にするために、lt;code>true</code> を取得または設定&します。 <code>false</code> でセッション アフィニティ Cookie の送信を停止します。これにより、同じセッション内のクライアント要求が同じインスタンスにルーティングされます。 既定値は <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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象