Example #1
0
 protected Http3LoopbackServer CreateHttp3LoopbackServer(Http3Options options = default)
 {
     return(new Http3LoopbackServer(UseQuicImplementationProvider, options));
 }
Example #2
0
 protected Http3LoopbackServer CreateHttp3LoopbackServer(Http3Options options = default)
 {
     return(new Http3LoopbackServer(options));
 }