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.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/IWebSocketConnection.cs b/MediaBrowser.Common/Net/IWebSocketConnection.cs
index 434b8ff5c..482da131e 100644
--- a/MediaBrowser.Common/Net/IWebSocketConnection.cs
+++ b/MediaBrowser.Common/Net/IWebSocketConnection.cs
@@ -8,6 +8,12 @@ namespace MediaBrowser.Common.Net
public interface IWebSocketConnection : IDisposable
{
/// <summary>
+ /// Gets the id.
+ /// </summary>
+ /// <value>The id.</value>
+ Guid Id { get; }
+
+ /// <summary>
/// Gets the last activity date.
/// </summary>
/// <value>The last activity date.</value>