Table of Contents

Method GetResponseStream

Namespace: Sisk.Cadente
Assembly: Sisk.Cadente.dll

GetResponseStream()

Asynchronously gets the content stream for the response.

public Stream GetResponseStream()

Returns

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.

GetResponseStream()

Asynchronously gets the content stream for the response.

public Stream GetResponseStream()

Returns

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.