共用方式為


Response.HasStarted 屬性

定義

指出回應狀態、原因和標頭是否已準備好傳送,而且無法再修改。 這是由第一次寫入或排清回應本文所造成。

public:
 property bool HasStarted { bool get(); };
public bool HasStarted { get; }
member this.HasStarted : bool
Public ReadOnly Property HasStarted As Boolean

屬性值

適用於