Table of Contents

Method WithTransferEncodingChunked

Namespace
HttpBuildR
Assembly
HttpBuildR.Response.dll

WithTransferEncodingChunked(HttpResponseMessage, bool?)

Adds a Transfer-Encoding response header

public static HttpResponseMessage WithTransferEncodingChunked(this HttpResponseMessage response, bool? value)

Parameters

response HttpResponseMessage

response

value bool?

value

Returns

HttpResponseMessage

response