Moved some web socket classes to the model

This commit is contained in:
Luke Pulverenti
2013-03-25 23:01:47 -04:00
parent 3a5e1521ed
commit a6c9fdd0f2
13 changed files with 88 additions and 72 deletions

View File

@@ -5,6 +5,7 @@ using System;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Model.Net;
namespace MediaBrowser.Server.Implementations.WebSocket
{