aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net/WebSocketMessages/InboundWebSocketMessage.cs
blob: 20ca888e11d78d70f01f9327ce1c9099cf9139f8 (plain)
1
2
3
4
5
6
7
8
9
namespace MediaBrowser.Controller.Net.WebSocketMessages;

/// <summary>
/// Class representing the list of outbound websocket message types.
/// Only used in openapi generation.
/// </summary>
public class InboundWebSocketMessage : WebSocketMessage
{
}