ResponseMessageStream 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 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. |