aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/WebSocketMessageInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-27 13:06:32 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-27 13:06:32 -0500
commit0840bb9ba246d928161516e65a7b12e7ed08701b (patch)
tree3f91c09a6745fa45e43572f63adb39b02cfcfdf8 /MediaBrowser.Common/Net/WebSocketMessageInfo.cs
parent52caa0def1a0afe21674a965b85a9e773ec797a2 (diff)
move web socket classes to server project
Diffstat (limited to 'MediaBrowser.Common/Net/WebSocketMessageInfo.cs')
-rw-r--r--MediaBrowser.Common/Net/WebSocketMessageInfo.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/MediaBrowser.Common/Net/WebSocketMessageInfo.cs b/MediaBrowser.Common/Net/WebSocketMessageInfo.cs
deleted file mode 100644
index c1f935a7b..000000000
--- a/MediaBrowser.Common/Net/WebSocketMessageInfo.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using MediaBrowser.Model.Net;
-
-namespace MediaBrowser.Common.Net
-{
- /// <summary>
- /// Class WebSocketMessageInfo
- /// </summary>
- public class WebSocketMessageInfo : WebSocketMessage<string>
- {
- /// <summary>
- /// Gets or sets the connection.
- /// </summary>
- /// <value>The connection.</value>
- public IWebSocketConnection Connection { get; set; }
- }
-} \ No newline at end of file