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)
109
if (
_inboundControlStream
== null)
126
return
_inboundControlStream
;
131
return
_inboundControlStream
;
161
var frame = await
_inboundControlStream
.ReceiveFrameAsync();
167
frame = await
_inboundControlStream
.ReceiveFrameAsync();