React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace

- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
This commit is contained in:
Doug Bunting 2016-03-18 17:16:06 -07:00
parent 8e01db2c70
commit 0f9e4eba02
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Http;
namespace Microsoft.AspNetCore.WebSockets.Server
{