HttpResponseFeature.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:
 virtual property bool HasStarted { bool get(); };
public virtual bool HasStarted { get; }
member this.HasStarted : bool
Public Overridable ReadOnly Property HasStarted As Boolean

Property Value

Implements

Applies to