Constructor CompressedContent
CompressedContent(HttpContent)
Initializes a new instance of compressing stream with the specified inner HTTP content.
public CompressedContent(HttpContent innerContent)
Parameters
innerContentHttpContentThe inner HTTP content.
CompressedContent(byte[])
Initializes a new instance of compressing stream with the specified byte array content.
public CompressedContent(byte[] byteArrayContent)
Parameters
byteArrayContentbyte[]The byte array content.
CompressedContent(Stream)
Initializes a new instance of compressing stream with the specified stream content.
public CompressedContent(Stream baseContent)
Parameters
baseContentStreamThe stream content.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語