2 implementations of StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
40public long StreamId => _streamIdFeature.StreamId;
Internal\Http3\Http3Stream.cs (1)
75public long StreamId => _streamIdFeature.StreamId;
3 references to StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Connection.cs (2)
830_streams[stream.StreamId] = stream; 847_streams.Remove(stream.StreamId);
Internal\Http3\Http3FrameWriter.cs (1)
375_log.QPackEncodingError(_connectionId, _http3Stream.StreamId, ex);