Protected constructor that sets up the underlying stream we're compressing into
Namespace: DotNetNuke.HttpModules.CompressionAssembly: 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