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)
108
if (
_inboundControlStream
== null)
125
return
_inboundControlStream
;
130
return
_inboundControlStream
;
160
var frame = await
_inboundControlStream
.ReceiveFrameAsync();
166
frame = await
_inboundControlStream
.ReceiveFrameAsync();