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