SitePatchInfo.IsClientAffinityProxyEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<code>true</code> to override client affinity cookie domain with X-Forwarded-Host request header. <code>false</code> to use default domain. Default is <code>false</code>.
public bool? IsClientAffinityProxyEnabled { get; set; }
member this.IsClientAffinityProxyEnabled : Nullable<bool> with get, set
Public Property IsClientAffinityProxyEnabled As Nullable(Of Boolean)