System::Net::Http::Headers::HttpResponseHeaders::set_TransferEncodingChunked 方法

HttpResponseHeaders::set_TransferEncodingChunked method

设置一个值,指示 ‘Transfer-Encoding’ 标头的值是否包含 ‘Chunked’。

void System::Net::Http::Headers::HttpResponseHeaders::set_TransferEncodingChunked(Nullable<bool> value)
参数类型描述
Nullable<bool>必须设置的值。

另见