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