HttpTransferCodingHeaderValue.Value 屬性

定義

取得 Transfer-Encoding HTTP 標頭中使用的傳輸編碼值。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = httpTransferCodingHeaderValue.value;
Public ReadOnly Property Value As String

屬性值

String

Platform::String

winrt::hstring

傳輸編碼值 (transfer-encoding name) 用於 Transfer-Encoding HTTP 標頭中。

備註

所有傳輸編碼名稱都不區分大小寫,而且應該在 HTTP 傳輸編碼登錄內註冊。

如需已註冊傳輸編碼值的清單,請參閱 超文字傳輸通訊協定 (HTTP) 參數

適用於