mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
create http listener abstraction
This commit is contained in:
@@ -26,8 +26,7 @@ namespace MediaBrowser.Common.Net
|
||||
/// Starts this instance.
|
||||
/// </summary>
|
||||
/// <param name="urlPrefixes">The URL prefixes.</param>
|
||||
/// <param name="enableHttpLogging">if set to <c>true</c> [enable HTTP logging].</param>
|
||||
void Start(IEnumerable<string> urlPrefixes, bool enableHttpLogging);
|
||||
void Start(IEnumerable<string> urlPrefixes);
|
||||
|
||||
/// <summary>
|
||||
/// Starts the web socket server.
|
||||
|
||||
Reference in New Issue
Block a user