1 write to _inboundControlStream
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
120_inboundControlStream = stream;
5 references to _inboundControlStream
InMemory.FunctionalTests (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
109if (_inboundControlStream == null) 126return _inboundControlStream; 131return _inboundControlStream; 161var frame = await _inboundControlStream.ReceiveFrameAsync(); 167frame = await _inboundControlStream.ReceiveFrameAsync();