4 references to Start
DefaultBuilder.SampleApp (1)
Program.cs (1)
33
using (WebHost.
Start
("http://localhost:8080", context => context.Response.WriteAsync("Hello, World!")))
Microsoft.AspNetCore (1)
WebHost.cs (1)
33
Start
(url: null!, app: app);
Microsoft.AspNetCore.FunctionalTests (1)
WebHostFunctionalTests.cs (1)
122
using (var webHost = WebHost.
Start
("http://127.0.0.1:0", context => context.Response.WriteAsync("Hello, World!")))
StartRequestDelegateUrlApp (1)
Program.cs (1)
20
using (var host = WebHost.
Start
("http://127.0.0.1:0", async context =>