8 references to CreateMiddleware
InMemory.FunctionalTests (8)
HttpsConnectionMiddlewareTests.cs (8)
426
Assert.Throws<ArgumentException>(() =>
CreateMiddleware
(new HttpsConnectionAdapterOptions(), ListenOptions.DefaultHttpProtocols));
1477
CreateMiddleware
(new HttpsConnectionAdapterOptions
1497
CreateMiddleware
(new HttpsConnectionAdapterOptions
1570
var middleware =
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http1AndHttp2);
1584
var middleware =
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http1AndHttp2);
1599
Assert.Throws<NotSupportedException>(() =>
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http2));
1613
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http2);
1618
return
CreateMiddleware
(new HttpsConnectionAdapterOptions