System::Net::Http::Headers::HttpResponseHeaders::set_TransferEncodingChunked method

HttpResponseHeaders::set_TransferEncodingChunked method

Sets a value that indicates if the ‘Transfer-Encoding’ header value contains ‘Chunked’.

void System::Net::Http::Headers::HttpResponseHeaders::set_TransferEncodingChunked(Nullable<bool> value)
ParameterTypeDescription
valueNullable<bool>The value that must be set.

See Also