System::Net::Http::Headers::HttpRequestHeaders::get_TransferEncodingChunked method

HttpRequestHeaders::get_TransferEncodingChunked method

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

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

ReturnValue

Vero quando il valore dell’intestazione ‘Transfer-Encoding’ contiene ‘Chunked’, altrimenti falso.

Vedi anche