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
return
_inner
.OnInboundDecoderStream(stream);
308
return
_inner
.OnInboundEncoderStream(stream);
313
_inner
.OnStreamCompleted(stream);
323
_inner
.OnStreamConnectionError(ex);
328
_inner
.OnStreamCreated(stream);
338
_inner
.OnStreamHeaderReceived(stream);
348
_inner
.OnUnidentifiedStreamReceived(stream);