HttpClientHandler::AutomaticDecompression Property

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

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property DecompressionMethods AutomaticDecompression {
	DecompressionMethods get ();
	void set (DecompressionMethods value);
}
Show: