Protected constructor that sets up the underlying stream we're compressing into

Namespace: DotNetNuke.HttpModules.Compression
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
protected CompressingFilter(
	Stream baseStream
)
Visual Basic
Protected Sub New ( 
	baseStream As Stream
)

Parameters

baseStream
Type: System.IO..::..Stream
The stream we're wrapping up

See Also