HttpGetBufferResult.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.
public:
property IBuffer ^ Value { IBuffer ^ get(); };
IBuffer Value();
public IBuffer Value { get; }
var iBuffer = httpGetBufferResult.value;
Public ReadOnly Property Value As IBuffer
Property Value
IBuffer value of the HTTP response.
Remarks
The IBuffer will only be available if the HTTP server returned a valid HTTP response and the body of the response could be read.