AspNetCore.Docs/aspnetcore/fundamentals/servers/httpsys/sample
Luke Latham 2527382bf2
Disallow synchronous IO (#12972)
2019-06-24 10:33:23 -05:00
..
Pages HTTP.sys WS config+example updates (#10186) 2019-01-04 13:18:03 -06:00
HttpSysSample.csproj HTTP.sys WS config+example updates (#10186) 2019-01-04 13:18:03 -06:00
Program.cs Disallow synchronous IO (#12972) 2019-06-24 10:33:23 -05:00
README.md Servers > HTTP.sys UE pass (#5558) 2018-03-02 08:43:13 -10:00
Startup.cs HTTP.sys WS config+example updates (#10186) 2019-01-04 13:18:03 -06:00
appsettings.Development.json 2.1 Sample Updates (Round 4) (#6771) 2018-05-31 20:03:31 -05:00
appsettings.Production.json 2.1 Sample Updates (Round 4) (#6771) 2018-05-31 20:03:31 -05:00
appsettings.json 2.1 Sample Updates (Round 4) (#6771) 2018-05-31 20:03:31 -05:00

README.md

ASP.NET Core HTTP.sys Sample

This sample illustrates the use of HTTP.sys. This sample demonstrates the features described in the HTTP.sys web server implementation topic.