Constructor CompressedContent
CompressedContent(HttpContent)
Initializes a new instance of compressing stream with the specified inner HTTP content.
public CompressedContent(HttpContent innerContent)
Parameters
innerContent
HttpContentThe 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
StreamThe stream content.