CompressionHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A DelegatingHandler implementation that handles compression.
public class CompressionHandler : System.Net.Http.DelegatingHandler
type CompressionHandler = class
inherit DelegatingHandler
Public Class CompressionHandler
Inherits DelegatingHandler
- Inheritance
-
CompressionHandler
Constructors
CompressionHandler() |
Constructs a new CompressionHandler. |
CompressionHandler(HttpMessageHandler) |
Constructs a new CompressionHandler. |
Methods
SendAsync(HttpRequestMessage, CancellationToken) |
Sends a HTTP request. |