HttpRequestHeaders.TransferEncodingChunked 屬性

定義

取得或設定一個值,指示 HTTP 請求的標頭是否 Transfer-Encoding 包含分塊。

public:
 property Nullable<bool> TransferEncodingChunked { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? TransferEncodingChunked { get; set; }
member this.TransferEncodingChunked : Nullable<bool> with get, set
Public Property TransferEncodingChunked As Nullable(Of Boolean)

屬性值

trueTransfer-Encoding 標頭包含 chunked,否則 false

適用於