33 references to CreateHttpServer
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (33)
DelegateTests.cs (7)
40using var receiver = Utilities.CreateHttpServer(out var receiverAddress, async httpContext => 71using var receiver = Utilities.CreateHttpServer(out var receiverAddress, httpContext => 104using var receiver = Utilities.CreateHttpServer(out var receiverAddress, async httpContext => 137using var receiver = Utilities.CreateHttpServer(out var receiverAddress, httpContext => 189using var receiver = Utilities.CreateHttpServer(out var receiverAddress, async httpContext => 223using var receiver = Utilities.CreateHttpServer(out var receiverAddress, async httpContext => 250using var receiverRestarted = (MessagePump)Utilities.CreateHttpServer(out receiverAddress, async httpContext =>
OpaqueUpgradeTests.cs (1)
132using (Utilities.CreateHttpServer(out var address, async httpContext =>
RequestBodyLimitTests.cs (16)
23using (Utilities.CreateHttpServer(out address, httpContext => 46using (Utilities.CreateHttpServer(out address, async httpContext => 68using (Utilities.CreateHttpServer(out address, httpContext => 90using (Utilities.CreateHttpServer(out address, httpContext => 113using (Utilities.CreateHttpServer(out address, async httpContext => 135using (Utilities.CreateHttpServer(out address, httpContext => 157using (Utilities.CreateHttpServer(out address, httpContext => 183using (Utilities.CreateHttpServer(out address, httpContext => 208using (Utilities.CreateHttpServer(out address, httpContext => 233using (Utilities.CreateHttpServer(out address, httpContext => 259using (Utilities.CreateHttpServer(out address, async httpContext => 283using (Utilities.CreateHttpServer(out address, httpContext => 310using (Utilities.CreateHttpServer(out address, httpContext => 337using (Utilities.CreateHttpServer(out address, async httpContext => 361using (Utilities.CreateHttpServer(out address, async httpContext => 385using (Utilities.CreateHttpServer(out address, async httpContext =>
ResponseBodyTests.cs (1)
138using (Utilities.CreateHttpServer(
ResponseSendFileTests.cs (4)
372using (Utilities.CreateHttpServer(out var address, httpContext => 428using (Utilities.CreateHttpServer(out var address, async httpContext => 485using (Utilities.CreateHttpServer(out var address, async httpContext => 581using (Utilities.CreateHttpServer(out var address, async httpContext =>
ServerTests.cs (4)
57using (Utilities.CreateHttpServer(out var address, httpContext => 95using (Utilities.CreateHttpServer(out var address, httpContext => 604using var server = Utilities.CreateHttpServer(out var address, httpContext => Task.CompletedTask, options => 622using var server = Utilities.CreateHttpServer(