mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
consolidate web socket onto one port
This commit is contained in:
parent
ea559a6e27
commit
bc657237aa
20 changed files with 1900 additions and 478 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue