6 references to HasResponseCompleted
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpProtocol.cs (3)
1023if (HasResponseCompleted) 1540if (!HasResponseCompleted) 1561if (!HasResponseCompleted)
Internal\Http2\Http2Stream.cs (1)
115public bool CanReuse => !_connectionAborted && HasResponseCompleted;
Internal\Http2\Http2Stream.FeatureCollection.cs (1)
31if (HasResponseCompleted)
Internal\Http3\Http3Stream.FeatureCollection.cs (1)
26if (HasResponseCompleted)