Table of Contents

Method GetResponseStreamAsync

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

GetResponseStreamAsync(bool)

Asynchronously gets the content stream for the response.

public Task<Stream> GetResponseStreamAsync(bool chunked = false)

Parameters

chunked bool

Returns

Task<Stream>

A task that represents the asynchronous operation, with the response content stream as the result.

Exceptions

InvalidOperationException

Thrown when unable to obtain an output stream for the response.