CountingStream Constructor A Sandcastle Documented Class Library
Creates a new CountingStream.

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public CountingStream(
	Stream inner
)

Parameters

inner
Type: System.IOStream
A stream that this stream will be created from.
See Also

Reference