This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the ImageServerHttpFilterStream class.

Namespace: Smartsite.ImageProcessor
Assembly:  Smartsite.ImageProcessor (in Smartsite.ImageProcessor.dll)

Syntax

C#Copy imageCopy Code
public ImageServerHttpFilterStream(
	 originalStream,
	 responseInfo,
	 cacheMode
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	originalStream As , _
	responseInfo As , _
	cacheMode As  _
)

Parameters

originalStream
Stream
The original stream.
responseInfo
ResponseInfo
The response info.
cacheMode
CacheMode
The cache mode.

Remarks

The command parameters are read from the current Command Manager.

See Also

Advanced