mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
consolidate web socket onto one port
This commit is contained in:
@@ -21,12 +21,6 @@ namespace MediaBrowser.Controller.Net
|
||||
/// <param name="urlPrefixes">The URL prefixes.</param>
|
||||
void StartServer(IEnumerable<string> urlPrefixes);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether [supports web sockets].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [supports web sockets]; otherwise, <c>false</c>.</value>
|
||||
bool SupportsWebSockets { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the local end points.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user