Implemented interface member:
property
HasStarted
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.HasStarted
1 write to HasStarted
Microsoft.AspNetCore.Http.Tests (1)
ApplicationBuilderTests.cs (1)
36responseFeature.HasStarted = true;
1 reference to HasStarted
Microsoft.AspNetCore.Http.Tests (1)
ApplicationBuilderTests.cs (1)
176_statusCode = HasStarted ? throw new NotSupportedException("The response has already started") : value;