1 write to _inboundControlStream
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
118_inboundControlStream = stream;
5 references to _inboundControlStream
InMemory.FunctionalTests (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
107if (_inboundControlStream == null) 124return _inboundControlStream; 129return _inboundControlStream; 159var frame = await _inboundControlStream.ReceiveFrameAsync(); 165frame = await _inboundControlStream.ReceiveFrameAsync();