Windows apps
Collapse the table of content
Expand the table of content

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:
© 2017 Microsoft