40 references to ConfigureListenOptions
InMemory.FunctionalTests (40)
HttpsConnectionMiddlewareTests.cs (40)
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))
160}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
198}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
224await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
269await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
297}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
329}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
388}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
416}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
437await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
467await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
500await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
535await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
570await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
604await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
632await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
669}, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
711}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
755}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
798}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
839}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
887}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
929}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
996new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1054}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1081new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1114new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1147new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1195}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1240}, new TestServiceContext(LoggerFactory), ConfigureListenOptions);
1270await using (var server = new TestServer(context => context.Response.WriteAsync(context.Request.Scheme), new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1293await using (var server = new TestServer(context => context.Response.WriteAsync("hello world"), new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1331await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1358await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1383await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1408await using (var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1442await using (var server = new TestServer(app, new TestServiceContext(LoggerFactory), ConfigureListenOptions))
1541await using var server = new TestServer(context => Task.CompletedTask, new TestServiceContext(LoggerFactory), ConfigureListenOptions);