HttpGetInputStreamResult.Value Property
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.
The returned data from an HTTP request as an IInputStream.
public:
property IInputStream ^ Value { IInputStream ^ get(); };
IInputStream Value();
public IInputStream Value { get; }
var iInputStream = httpGetInputStreamResult.value;
Public ReadOnly Property Value As IInputStream
Property Value
IInputStream value of the HTTP response.
Remarks
The IInputStream will only be available if the HTTP server returned a valid HTTP response and the body of the response could be read.