System::Net::Http::Headers::HttpRequestHeaders::set_TransferEncodingChunked method

HttpRequestHeaders::set_TransferEncodingChunked method

Imposta un valore che indica se il valore dell’intestazione ‘Transfer-Encoding’ contiene ‘Chunked’.

void System::Net::Http::Headers::HttpRequestHeaders::set_TransferEncodingChunked(Nullable<bool> value)
ParametroTipoDescrizione
valoreNullable<bool>Il valore che deve essere impostato.

Vedi anche