8 references to CreateMiddleware
InMemory.FunctionalTests (8)
HttpsConnectionMiddlewareTests.cs (8)
278
Assert.Throws<ArgumentException>(() =>
CreateMiddleware
(new HttpsConnectionAdapterOptions(), ListenOptions.DefaultHttpProtocols));
1329
CreateMiddleware
(new HttpsConnectionAdapterOptions
1349
CreateMiddleware
(new HttpsConnectionAdapterOptions
1422
var middleware =
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http1AndHttp2);
1436
var middleware =
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http1AndHttp2);
1451
Assert.Throws<NotSupportedException>(() =>
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http2));
1465
CreateMiddleware
(httpConnectionAdapterOptions, HttpProtocols.Http2);
1470
return
CreateMiddleware
(new HttpsConnectionAdapterOptions