Share via


ResponseMessageStream Class

Definition

An attachment contained within a StreamingRequest's stream collection, which itself contains any form of media item.

public class ResponseMessageStream
type ResponseMessageStream = class
Public Class ResponseMessageStream
Inheritance
ResponseMessageStream

Constructors

ResponseMessageStream()

Initializes a new instance of the ResponseMessageStream class. and assigns an unique guid as its Id.

ResponseMessageStream(Guid)

Initializes a new instance of the ResponseMessageStream class.

Properties

Content

Gets or sets the HttpContent of this ResponseMessageStream.

Id

Gets the Guid used to identify this ResponseMessageStream.

Applies to