mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			204 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace MediaBrowser.Controller.Net.WebSocketMessages;
 | 
						|
 | 
						|
/// <summary>
 | 
						|
/// Inbound websocket message.
 | 
						|
/// </summary>
 | 
						|
public class InboundWebSocketMessage : WebSocketMessage, IInboundWebSocketMessage
 | 
						|
{
 | 
						|
}
 |