Content.ReadAsStream

ReadAsStream()

Serialize the HTTP content and return a stream that represents the content.

public Stream ReadAsStream()

Return Value

Serialized stream that represents the content

See Also


ReadAsStream(CancellationToken)

Serialize the HTTP content and return a stream that represents the content.

public Stream ReadAsStream(CancellationToken cancellationToken)
ParameterTypeDescription
cancellationTokenCancellationTokenThe cancellation token.

Return Value

Serialized stream that represents the content

See Also