HttpResponse.HeadersWritten Property

Definition

Gets a value indicating whether the response headers have been written.

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

Property Value

true if the response headers have been written; otherwise, false.

Applies to