1 write to _inboundControlStream
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
119_inboundControlStream = stream;
5 references to _inboundControlStream
InMemory.FunctionalTests (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
108if (_inboundControlStream == null) 125return _inboundControlStream; 130return _inboundControlStream; 160var frame = await _inboundControlStream.ReceiveFrameAsync(); 166frame = await _inboundControlStream.ReceiveFrameAsync();