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 a value that indicates whether the handler supports automatic response content decompression.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SupportsAutomaticDecompression As Boolean
Get
'Usage
Dim instance As HttpClientHandler
Dim value As Boolean
value = instance.SupportsAutomaticDecompression
public virtual bool SupportsAutomaticDecompression { get; }
public:
virtual property bool SupportsAutomaticDecompression {
bool get ();
}
abstract SupportsAutomaticDecompression : bool
override SupportsAutomaticDecompression : bool
function get SupportsAutomaticDecompression () : boolean
Property Value
Type: System.Boolean