Table of Contents

Constructor DeflateContent

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

DeflateContent(HttpContent)

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

public DeflateContent(HttpContent innerContent)

Parameters

innerContent HttpContent

The inner HTTP content.

DeflateContent(byte[])

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

public DeflateContent(byte[] byteArrayContent)

Parameters

byteArrayContent byte[]

The byte array content.

DeflateContent(Stream)

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

public DeflateContent(Stream baseContent)

Parameters

baseContent Stream

The stream content.