mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
Ssl in mediabrowser against new listener.
This commit is contained in:
@@ -15,7 +15,9 @@ namespace MediaBrowser.Controller.Net
|
||||
/// Starts this instance.
|
||||
/// </summary>
|
||||
/// <param name="urlPrefixes">The URL prefixes.</param>
|
||||
void Start(IEnumerable<string> urlPrefixes);
|
||||
/// <param name="certificatePath">If an https prefix is specified,
|
||||
/// the ssl certificate localtion on the file system.</param>
|
||||
void Start(IEnumerable<string> urlPrefixes, string certificatePath);
|
||||
|
||||
/// <summary>
|
||||
/// Sends a message to all clients currently connected via a web socket
|
||||
|
||||
Reference in New Issue
Block a user