React to Http namespace changes.

This commit is contained in:
Chris R 2015-05-07 14:16:46 -07:00
parent 552b336a78
commit ff406ecdf1
2 changed files with 2 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.AspNet.Http;
using Microsoft.AspNet.Http.Features;
namespace Microsoft.AspNet.WebSockets.Server
{

View File

@ -8,6 +8,7 @@ using System.Net.WebSockets;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Features;
using Microsoft.AspNet.WebSockets.Protocol;
namespace Microsoft.AspNet.WebSockets.Server