mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-21 09:36:42 +00:00
extracted httpclient dependancy
This commit is contained in:
22
MediaBrowser.Common/Net/WebSocketMessageType.cs
Normal file
22
MediaBrowser.Common/Net/WebSocketMessageType.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
namespace MediaBrowser.Common.Net
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum WebSocketMessageType
|
||||
/// </summary>
|
||||
public enum WebSocketMessageType
|
||||
{
|
||||
/// <summary>
|
||||
/// The text
|
||||
/// </summary>
|
||||
Text,
|
||||
/// <summary>
|
||||
/// The binary
|
||||
/// </summary>
|
||||
Binary,
|
||||
/// <summary>
|
||||
/// The close
|
||||
/// </summary>
|
||||
Close,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user