get_TransferEncodingChunked()

HttpResponseHeaders::get_TransferEncodingChunked() method

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

Nullable<bool> System::Net::Http::Headers::HttpResponseHeaders::get_TransferEncodingChunked()

Return Value

True when the the ‘Transfer-Encoding’ header value contains ‘Chunked’, otherwise false.

See Also