Click or drag to resize

PartwiseStreamMessageWriter Properties

[This is preliminary documentation and is subject to change.]

The PartwiseStreamMessageWriter type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Content-Type header value of the emitted messages.
Protected propertyDisposalToken (Inherited from MessageWriter.)
Public propertyEmitContentCharset
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.
Public propertyEncoding
Encoding of the emitted messages.
Public propertyLeaveStreamOpen
Whether to leave Stream open when disposing this instance.
Public propertyStream
The underlying stream to write messages into.
Top
See Also