Class BrotliContent
Represents an HTTP content that is compressed using the Brotli algorithm.
- Inheritance
-
Brotli
Content
- Implements
- Inherited Members
Constructors
- Brotli
Content(byte[]) Initializes a new instance of compressing stream with the specified byte array content.
- Brotli
Content(Stream) Initializes a new instance of compressing stream with the specified stream content.
- Brotli
Content(Http Content) Initializes a new instance of compressing stream with the specified inner HTTP content.
Methods
- Get
Compressing Stream(Stream) Gets a stream that compresses the output stream.
- Setup()
Represents the method that is invoked once within the constructor to setup this compressor. This method is indeeded to add the missing Content-Encoding headers used by this compressor.