Table of Contents

Constructor CompressedContent

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

CompressedContent(HttpContent)

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

public CompressedContent(HttpContent innerContent)

Parameters

innerContent HttpContent

The inner HTTP content.

CompressedContent(byte[])

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

public CompressedContent(byte[] byteArrayContent)

Parameters

byteArrayContent byte[]

The byte array content.

CompressedContent(Stream)

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

public CompressedContent(Stream baseContent)

Parameters

baseContent Stream

The stream content.