HttpGetInputStreamResult.Value Property

Definition

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.

Applies to

See also