aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/IWebSocketConnection.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-17 14:37:40 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-17 14:37:40 -0400
commit715119b525a026f0f60c9dcaae1d4899cbc6bcda (patch)
treeca08551862654a32fa4240c164e4da51a5508457 /MediaBrowser.Common/Net/IWebSocketConnection.cs
parentc8e4889ac72b4b6fa01ffd0ccf293363ca5ce744 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Common/Net/IWebSocketConnection.cs')
-rw-r--r--MediaBrowser.Common/Net/IWebSocketConnection.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/IWebSocketConnection.cs b/MediaBrowser.Common/Net/IWebSocketConnection.cs
index 514a52d96..9f9dfaeca 100644
--- a/MediaBrowser.Common/Net/IWebSocketConnection.cs
+++ b/MediaBrowser.Common/Net/IWebSocketConnection.cs
@@ -8,6 +8,11 @@ namespace MediaBrowser.Common.Net
public interface IWebSocketConnection : IDisposable
{
/// <summary>
+ /// Occurs when [closed].
+ /// </summary>
+ event EventHandler<EventArgs> Closed;
+
+ /// <summary>
/// Gets the id.
/// </summary>
/// <value>The id.</value>