StreamDescription Class

Definition

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

Name Description
StreamDescription()

Properties

Name Description
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.

Applies to