aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-17 14:30:23 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-17 14:30:23 -0500
commita8da86d059c0a9ba724bfcf11166d1b32406ca89 (patch)
treec6f45c97575ece03f36f3a653087fac334aec173 /MediaBrowser.Controller/IServerApplicationHost.cs
parent5f3c2f68b0a956ce28b8e48bf8fd20c89e44f5d9 (diff)
support api without /mediabrowser
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs28
1 files changed, 0 insertions, 28 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs
index 6bee5e58a..181c14deb 100644
--- a/MediaBrowser.Controller/IServerApplicationHost.cs
+++ b/MediaBrowser.Controller/IServerApplicationHost.cs
@@ -19,12 +19,6 @@ namespace MediaBrowser.Controller
SystemInfo GetSystemInfo();
/// <summary>
- /// Gets the name of the web application.
- /// </summary>
- /// <value>The name of the web application.</value>
- string WebApplicationName { get; }
-
- /// <summary>
/// Gets a value indicating whether [supports automatic run at startup].
/// </summary>
/// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value>
@@ -37,28 +31,6 @@ namespace MediaBrowser.Controller
int HttpServerPort { get; }
/// <summary>
- /// Gets the HTTPS server port.
- /// </summary>
- /// <value>The HTTPS server port.</value>
- int HttpsServerPort { get; }
-
- /// <summary>
- /// Gets the value indiciating if an https port should be hosted.
- /// </summary>
- /// <value>
- /// The value indiciating if an https port should be hosted.
- /// </value>
- bool UseHttps { get; }
-
- /// <summary>
- /// Gets the value pointing to the file system where the ssl certiifcate is located.
- /// </summary>
- /// <value>
- /// The value pointing to the file system where the ssl certiifcate is located.
- /// </value>
- string CertificatePath { get; }
-
- /// <summary>
/// Gets a value indicating whether this instance has update available.
/// </summary>
/// <value><c>true</c> if this instance has update available; otherwise, <c>false</c>.</value>