ApplicationGatewayBackendSettings.IsL4ClientIPPreservationEnabled 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.
Whether to send Proxy Protocol header to backend servers over TCP or TLS protocols. Default value is false.
public bool? IsL4ClientIPPreservationEnabled { get; set; }
member this.IsL4ClientIPPreservationEnabled : Nullable<bool> with get, set
Public Property IsL4ClientIPPreservationEnabled As Nullable(Of Boolean)