Sdílet prostřednictvím


HttpRequestHeaders.TransferEncoding Vlastnost

Definice

Získá hodnotu hlavičky Transfer-Encoding pro požadavek 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)

Hodnota vlastnosti

Hodnota hlavičky Transfer-Encoding pro požadavek HTTP.

Platí pro