ApplicationGatewayGlobalConfiguration.EnableResponseBuffering Property

Definition

Gets or sets enable response buffering.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to