- 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
Methods
| Name | Value | Summary |
|---|---|---|
| Flush |
void | |
| FlushAsync |
Task | |
| Read |
int | |
| Seek |
long | |
| SetLength |
void | |
| Write |
void | |
| WriteAsync |
Task |
