StreamDescription Class
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.
An easily serializable object used to store the ID, Type, and Length of a PayloadStream without touching the stream itself.
public class StreamDescription
type StreamDescription = class
Public Class StreamDescription
- Inheritance
-
StreamDescription
Constructors
StreamDescription() |
Properties
ContentType |
Gets or sets the type (TransportConstants) of the content contained in the described PayloadStream. |
Id |
Gets or sets the ID of the PayloadStream this StreamDescription describes. |
Length |
Gets or sets the length of the described PayloadStream. |