36 references to ConfigureListenOptions
InMemory.FunctionalTests (36)
HttpsConnectionMiddlewareTests.cs (36)
58await using (var server = new TestServer(App, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
92await using (var server = new TestServer(App, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
119}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
158}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
194}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
236}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
264}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
285await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
315await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
348await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
383await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
418await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
452await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
480await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
517}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
559}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
603}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
646}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
687}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
735}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
777}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
844new TestServiceContext(LoggerFactory), ConfigureListenOptions))
902}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
929new TestServiceContext(LoggerFactory), ConfigureListenOptions);
962new TestServiceContext(LoggerFactory), ConfigureListenOptions);
995new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1043}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1088}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1118await using (var server = new TestServer(context => context.Response.WriteAsync(context.Request.Scheme), new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1141await using (var server = new TestServer(context => context.Response.WriteAsync("hello world"), new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1179await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1206await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1231await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1256await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1290await using (var server = new TestServer(app, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1389await using var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions);