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