Response.HasStarted Property

Definition

Indicates if the response status, reason, and headers are prepared to send and can no longer be modified. This is caused by the first write or flush to the response body.

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

Property Value

Applies to