Table of Contents

Constructor BrotliContent

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

BrotliContent(HttpContent)

Initializes a new instance of compressing stream with the specified inner HTTP content.

public BrotliContent(HttpContent innerContent)

Parameters

innerContent HttpContent

The inner HTTP content.

BrotliContent(byte[])

Initializes a new instance of compressing stream with the specified byte array content.

public BrotliContent(byte[] byteArrayContent)

Parameters

byteArrayContent byte[]

The byte array content.

BrotliContent(Stream)

Initializes a new instance of compressing stream with the specified stream content.

public BrotliContent(Stream baseContent)

Parameters

baseContent Stream

The stream content.