mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
rework hosting options
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using MediaBrowser.Common.Net;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -15,6 +14,12 @@ namespace MediaBrowser.Controller.Net
|
||||
/// <value>The URL prefix.</value>
|
||||
IEnumerable<string> UrlPrefixes { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the certificate path.
|
||||
/// </summary>
|
||||
/// <value>The certificate path.</value>
|
||||
string CertificatePath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Starts the specified server name.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user