Back to Practical Aspnetcore

WebApplication - Default Urls

projects/minimal-hosting/web-application-server-default-urls/README.md

latest513 B
Original Source

WebApplication - Default Urls

This sample uses the brand new WebApplication hosting class.

In this example we shows the urls that Kestrel web server by default is listening to (WebApplication.Urls).

You can read the implementation of WebApplication here and its sibling WebApplicationBuilder here