PartwiseStreamMessageWriter Properties |
[This is preliminary documentation and is subject to change.]
The PartwiseStreamMessageWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentType |
Content-Type header value of the emitted messages.
| |
| DisposalToken | (Inherited from MessageWriter.) | |
| EmitContentCharset |
Whether to follow the ContentType with a "charset=xxx" part
when writing messages to the stream. This property has no effect if ContentType
is null.
| |
| Encoding |
Encoding of the emitted messages.
| |
| LeaveStreamOpen |
Whether to leave Stream open when disposing this instance.
| |
| Stream |
The underlying stream to write messages into.
|