5 references to StreamId
InMemory.FunctionalTests (5)
Http3\Http3TimeoutTests.cs (4)
229
var serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.
StreamId
];
265
var serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.
StreamId
];
322
serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.
StreamId
];
327
serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.
StreamId
];
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
409
_runningStreams[stream.
StreamId
] = stream;