Creates a new CountingStream.
Namespace: Apptus.Util.Http
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public CountingStream( Stream inner )
Parameters
- inner
- Type: System.IOStream
A stream that this stream will be created from.
See Also