Share via


HttpResponseHeaders.TransferEncoding Propiedad

Definición

Obtiene el valor del encabezado Transfer-Encoding para una respuesta HTTP.

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::TransferCodingHeaderValue ^> ^ TransferEncoding { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::TransferCodingHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get; }
member this.TransferEncoding : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue>
Public ReadOnly Property TransferEncoding As HttpHeaderValueCollection(Of TransferCodingHeaderValue)

Valor de propiedad

Valor del encabezado Transfer-Encoding para una respuesta HTTP.

Se aplica a