Table of Contents

Constructor GZipContent

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

GZipContent(HttpContent)

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

public GZipContent(HttpContent innerContent)

Parameters

innerContent HttpContent

The inner HTTP content.

GZipContent(byte[])

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

public GZipContent(byte[] byteArrayContent)

Parameters

byteArrayContent byte[]

The byte array content.

GZipContent(Stream)

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

public GZipContent(Stream baseContent)

Parameters

baseContent Stream

The stream content.