Implemented interface member:
property
HasStarted
Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.HasStarted
1 write to HasStarted
Microsoft.AspNetCore.TestHost (1)
ResponseFeature.cs (1)
115
HasStarted
= true;
4 references to HasStarted
Microsoft.AspNetCore.TestHost (4)
ResponseFeature.cs (4)
35
if (
HasStarted
)
53
if (
HasStarted
)
76
if (
HasStarted
)
107
if (!
HasStarted
)