HttpResponseHeaders.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)

屬性值

如果 Transfer-Encoding 標頭包含區塊則為 true,否則為 false

適用於