Implemented interface member:
property
StreamId
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3.IHttp3Stream.StreamId
5 references to StreamId
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Connection.cs (2)
923
Debug.Assert(!_webtransportSessions.ContainsKey(http3Stream.
StreamId
));
926
_webtransportSessions[http3Stream.
StreamId
] = session;
Internal\Http3\Http3OutputProducer.cs (1)
433
flushResult = await _frameWriter.WriteResponseTrailersAsync(_stream.
StreamId
, _stream.ResponseTrailers);
Internal\Http3\Http3Stream.cs (1)
799
Log.QPackDecodingError(ConnectionId,
StreamId
, ex);
Internal\WebTransport\WebTransportSession.cs (1)
44
public long SessionId => _connectStream.
StreamId
;