Language

AndroidMessageHandler.AutomaticDecompression Property

Definition

Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response.

public System.Net.DecompressionMethods AutomaticDecompression { get; set; }
member this.AutomaticDecompression : System.Net.DecompressionMethods with get, set

Property Value

Remarks

Supported methods are GZip, Deflate, and Brotli. Set to None to disable automatic decompression.

Applies to