5 references to StreamId
InMemory.FunctionalTests (5)
Http3\Http3TimeoutTests.cs (4)
225var serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.StreamId]; 261var serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.StreamId]; 318serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.StreamId]; 323serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.StreamId];
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
404_runningStreams[stream.StreamId] = stream;