IContentStream Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |