HttpResponse.HasStarted Property

Definition

Gets a value indicating whether response headers have been sent to the client.

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

Property Value

Applies to