Reach to Hosting changes

This commit is contained in:
Pavel Krymets 2015-10-21 10:49:31 -07:00
parent f784b1bf43
commit a098b8ce2b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace Microsoft.AspNet.WebSockets.Client.Test
var config = configBuilder.Build();
config["server.urls"] = "http://localhost:54321";
var host = new WebHostBuilder(CallContextServiceLocator.Locator.ServiceProvider, config)
var host = new WebHostBuilder(config)
.UseServer("Microsoft.AspNet.Server.Kestrel")
.UseStartup(startup)
.Build();