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