Reacting to Hosting changes

This commit is contained in:
John Luo 2015-10-30 16:51:16 -07:00
parent f2f2b98605
commit 5f91ce2f2b
1 changed files with 1 additions and 1 deletions

View File

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