React to Http namespace changes.
This commit is contained in:
parent
552b336a78
commit
ff406ecdf1
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue