IHttpResponseFeature.HasStarted Property

Definition

Gets a value that indicates if the response has started.

If true, the StatusCode, ReasonPhrase, and Headers are now immutable, and OnStarting(Func<Object,Task>, Object) should no longer be called.

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

Property Value

Applies to