2 implementations of StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
40
public long
StreamId
=> _streamIdFeature.StreamId;
Internal\Http3\Http3Stream.cs (1)
75
public 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);