CountingStream ClassA Sandcastle Documented Class Library
A stream which indicates if it has been read from.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.IOStream
      Apptus.Util.HttpCountingStream

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

C#
public class CountingStream : Stream

The CountingStream type exposes the following members.

Constructors

  NameDescription
Public methodCountingStream
Creates a new CountingStream.
Top
Properties

  NameDescription
Public propertyByteCount Obsolete.
Public propertyCanRead (Overrides StreamCanRead.)
Public propertyCanSeek (Overrides StreamCanSeek.)
Public propertyCanTimeout (Inherited from Stream.)
Public propertyCanWrite (Overrides StreamCanWrite.)
Public propertyLength (Overrides StreamLength.)
Public propertyPosition (Overrides StreamPosition.)
Public propertyReadTimeout (Inherited from Stream.)
Public propertyWriteTimeout (Inherited from Stream.)
Top
Methods

  NameDescription
Public methodBeginRead (Inherited from Stream.)
Public methodBeginWrite (Inherited from Stream.)
Public methodClose (Inherited from Stream.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Protected methodCreateWaitHandle Obsolete. (Inherited from Stream.)
Public methodDispose (Inherited from Stream.)
Protected methodDispose(Boolean) (Inherited from Stream.)
Public methodEndRead (Inherited from Stream.)
Public methodEndWrite (Inherited from Stream.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlush (Overrides StreamFlush.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRead (Overrides StreamRead(Byte, Int32, Int32).)
Public methodReadByte (Inherited from Stream.)
Public methodSeek (Overrides StreamSeek(Int64, SeekOrigin).)
Public methodSetLength (Overrides StreamSetLength(Int64).)
Public methodToString (Inherited from Object.)
Public methodWrite (Overrides StreamWrite(Byte, Int32, Int32).)
Public methodWriteByte (Inherited from Stream.)
Top
See Also

Reference