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

@@ -1,5 +1,6 @@
using MediaBrowser.Common.Net;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Net;
using MediaBrowser.Model.Serialization;
using System;
using System.IO;