1 write to _inner
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
284
_inner
= inner;
9 references to _inner
InMemory.FunctionalTests (9)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (9)
290
return
_inner
.OnInboundControlStream(stream);
295
_inner
.OnInboundControlStreamSetting(type, value);
304
return
_inner
.OnInboundDecoderStream(stream);
309
return
_inner
.OnInboundEncoderStream(stream);
314
_inner
.OnStreamCompleted(stream);
324
_inner
.OnStreamConnectionError(ex);
329
_inner
.OnStreamCreated(stream);
339
_inner
.OnStreamHeaderReceived(stream);
349
_inner
.OnUnidentifiedStreamReceived(stream);