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