The MimeBoundaryInputStream type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanRead | (Inherited from FilterStream.) | |
| CanSeek | (Inherited from FilterStream.) | |
| CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) | |
| CanWrite | (Inherited from FilterStream.) | |
| HasMoreParts |
Determines if the underlying stream has more parts (this stream has
not seen an end boundary).
| |
| Length | (Inherited from ReadByteStream.) | |
| ParentEOF |
Determines if the parent stream has reached EOF
| |
| Position | (Inherited from FilterStream.) | |
| ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) | |
| UnderlyingStream |
Get underlying pushback stream
| |
| WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |
See Also