adding interface changes

This commit is contained in:
Luke Brown 2022-05-19 16:40:48 -05:00
parent abfbd04782
commit 044ff0542b

View file

@ -10,7 +10,7 @@ using Microsoft.AspNetCore.Http;
namespace MediaBrowser.Controller.Net namespace MediaBrowser.Controller.Net
{ {
public interface IWebSocketConnection public interface IWebSocketConnection : IAsyncDisposable, IDisposable
{ {
/// <summary> /// <summary>
/// Occurs when [closed]. /// Occurs when [closed].