HttpRequestHeaders.ConnectionClose 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,以指示 HTTP 要求的 Connection
標頭是否包含 Close。
public:
property Nullable<bool> ConnectionClose { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? ConnectionClose { get; set; }
member this.ConnectionClose : Nullable<bool> with get, set
Public Property ConnectionClose As Nullable(Of Boolean)
屬性值
如果 Connection
標頭包含 Close 則為 true
,否則為 false
。