Implemented interface member:
property
HasStarted
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.HasStarted
3 writes to HasStarted
Microsoft.AspNetCore.TestHost (1)
ResponseFeature.cs (1)
115HasStarted = true;
Microsoft.AspNetCore.TestHost.Tests (2)
ResponseFeatureTests.cs (2)
45responseInformation.HasStarted = true; 61responseInformation.HasStarted = true;
8 references to HasStarted
Microsoft.AspNetCore.TestHost (4)
ResponseFeature.cs (4)
35if (HasStarted) 53if (HasStarted) 76if (HasStarted) 107if (!HasStarted)
Microsoft.AspNetCore.TestHost.Tests (4)
ResponseFeatureTests.cs (4)
16Assert.False(responseInformation.HasStarted); 20Assert.True(responseInformation.HasStarted); 32Assert.False(responseInformation.HasStarted); 36Assert.True(responseInformation.HasStarted);