4 references to Stream
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2FrameWriter.cs (1)
187
var stream = producer.
Stream
;
Internal\Http2\Http2OutputProducer.cs (3)
99
internal (int, long, State, State, long) SchedulingState => (
Stream
.StreamId, _unconsumedBytes, _unobservedState, _currentState, _streamWindow);
621
Stream
.CompleteStream(errored: false);
656
Stream
.CompleteStream(errored: false);