aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/IWebSocketConnection.cs
diff options
context:
space:
mode:
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>