Exemplo n.º 1
0
 public bool OnInboundDecoderStream(Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3.Http3ControlStream stream)
 {
     return(_inner.OnInboundDecoderStream(stream));
 }
Exemplo n.º 2
0
 public bool OnInboundDecoderStream(Internal.Http3.Http3ControlStream stream)
 {
     return(_inner.OnInboundDecoderStream(stream));
 }