HttpContentStream class
An attachment contained within a StreamingRequest's stream collection, which itself contains any form of media item.
Constructors
Http |
Initializes a new instance of the HttpContentStream class. |
Properties
content | |
description | |
id |
Constructor Details
HttpContentStream(HttpContent)
Initializes a new instance of the HttpContentStream class.
new HttpContentStream(content: HttpContent)
Parameters
- content
- HttpContent
The HttpContent to assign to the HttpContentStream.
Property Details
content
description
description: { id: string, length: number, type: string }
Property Value
{ id: string, length: number, type: string }
id
id: string
Property Value
string