Revert "Removed Lazy implementation."

This commit is contained in:
cvium
2020-11-28 09:50:16 +01:00
parent 5cd5a7d4ce
commit 1a0d8aef80
12 changed files with 64 additions and 95 deletions

View File

@@ -11,6 +11,11 @@ namespace MediaBrowser.Controller.Net
/// </summary>
public interface IWebSocketManager
{
/// <summary>
/// Occurs when [web socket connected].
/// </summary>
event EventHandler<GenericEventArgs<IWebSocketConnection>> WebSocketConnected;
/// <summary>
/// The HTTP request handler.
/// </summary>