HttpStreamContent(IInputStream) Constructor
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.
Initializes a new instance of the HttpStreamContent class with the specified content.
public:
HttpStreamContent(IInputStream ^ content);
HttpStreamContent(IInputStream const& content);
public HttpStreamContent(IInputStream content);
function HttpStreamContent(content)
Public Sub New (content As IInputStream)
Parameters
- content
- IInputStream
The content used to initialize the HttpStreamContent.
Remarks
Below are the exceptions that this function throws.
E_INVALIDARG
The content parameter is null (Nothing in Visual Basic).