HttpGetBufferResult.Value Property

Definition

The returned data from an HTTP request as an IBuffer.

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.

Applies to

See also