Response.HasStarted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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