aspnetcore/samples/SampleApp
Mike Harder 6047a62c07 Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720)
- Replace KestrelServerInformation with KestrelServerOptions.
- Move properties from KestrelServerPoolingParameters to KestrelServerOptions.
- Stop reading default options from "kestrel.*" config settings.
- Move extension method IApplicatonBuilder.UseKestrelConnectionLogging() to KestrelServerOptions.UseConnectionLogging()
2016-04-13 14:57:54 -07:00
..
SampleApp.xproj Remove project name from output path 2016-03-02 18:57:23 -08:00
Startup.cs Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720) 2016-04-13 14:57:54 -07:00
project.json Depend on separate libuv package 2016-04-10 21:15:43 -07:00
testCert.pfx Fix sample apps 2016-03-29 12:45:23 -07:00