ChunkingStream Class

Namespace
CondenserDotNet.Middleware.TrailingHeaders
Interfaces
  • IDisposable
Base Types
  • object
  • MarshalByRefObject
  • Stream
graph TD Base0["Stream"]-->Type Base1["MarshalByRefObject"]-->Base0 Base2["object"]-->Base1 Interface0["IDisposable"]-.->Type Type["ChunkingStream"] class Type type-node

Syntax

public class ChunkingStream : Stream, IDisposable

Properties

Name Value Summary
CanRead bool
CanSeek bool
CanWrite bool
InnerStream Stream
Length long
Position long

Methods