aspnetcore/src/Microsoft.AspNetCore.Hostin...
John Luo 4fccbeebdc Update metadata 2016-05-27 15:26:29 -07:00
..
Properties
EnvironmentName.cs
HostingAbstractionsWebHostBuilderExtensions.cs Removed UseServer 2016-05-20 22:07:43 -07:00
HostingEnvironmentExtensions.cs
IApplicationLifetime.cs
IHostingEnvironment.cs Merge pull request #662 from cwe1ss/cweiss/EnvironmentDocs 2016-03-20 12:24:54 -07:00
IStartup.cs This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior. 2016-04-18 21:33:03 -07:00
IStartupFilter.cs
IWebHost.cs
IWebHostBuilder.cs This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior. 2016-04-18 21:33:03 -07:00
Microsoft.AspNetCore.Hosting.Abstractions.xproj
WebHostDefaults.cs Support ASPNETCORE_URLS to set server urls 2016-05-22 01:37:28 -07:00
project.json Update metadata 2016-05-27 15:26:29 -07:00