Click or drag to resize
ICompressorDecompress Method
Decompresses the output response stream.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Stream Decompress(
	Stream responseStream
)

Parameters

responseStream
Type: System.IOStream
Response stream.

Return Value

Type: Stream
Decompressed stream.
See Also