Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Property AutomaticDecompression As DecompressionMethods
Get
Set
'Usage
Dim instance As HttpClientHandler
Dim value As DecompressionMethods
value = instance.AutomaticDecompression
instance.AutomaticDecompression = value
public DecompressionMethods AutomaticDecompression { get; set; }
public:
property DecompressionMethods AutomaticDecompression {
DecompressionMethods get ();
void set (DecompressionMethods value);
}
member AutomaticDecompression : DecompressionMethods with get, set
function get AutomaticDecompression () : DecompressionMethods
function set AutomaticDecompression (value : DecompressionMethods)
Property Value
Type: System.Net.DecompressionMethods