1 write to _inner
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
283
_inner
= inner;
9 references to _inner
InMemory.FunctionalTests (9)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (9)
289
return
_inner
.OnInboundControlStream(stream);
294
_inner
.OnInboundControlStreamSetting(type, value);
303
var res =
_inner
.OnInboundDecoderStream(stream);
315
var res =
_inner
.OnInboundEncoderStream(stream);
327
_inner
.OnStreamCompleted(stream);
337
_inner
.OnStreamConnectionError(ex);
342
_inner
.OnStreamCreated(stream);
352
_inner
.OnStreamHeaderReceived(stream);
362
_inner
.OnUnidentifiedStreamReceived(stream);