PipelineResponse
Represents an HTTP response received from a cloud service.
Gets the contents of the HTTP response.
Gets or sets the contents of the HTTP response.
Gets the collection of HTTP response headers.
Gets or sets the derived-type's value of the response's
Headers collection.
Indicates whether the status code of the returned response is considered
an error code.
Gets the reason phrase that accompanies the status code on the HTTP
response.
Gets the status code of the HTTP response.
protected PipelineResponse()
Transfer the contents of the response network stream from
ContentStream to a buffered cache on this
PipelineResponse instance.
public abstract ValueTask<BinaryData> BufferContentAsync(CancellationToken cancellationToken = default)
Transfer the contents of the response network stream from
ContentStream to a buffered cache on this
PipelineResponse instance.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.