Jaa


IContentStream Interface

Definition

Implemented by stream attachments compatible with the Bot Framework Protocol 3 with Streaming Extensions.

public interface IContentStream
type IContentStream = interface
Public Interface IContentStream
Derived

Properties

ContentType

Gets or sets the name of the type of the object contained within this ContentStream.

Id

Gets a guid to use as the unique identifier of this ContentStream.

Length

Gets or sets the length of this ContentStream.

Stream

Gets the data contained within this ContentStream.

Applies to