From 247a40fa614241b52babb29bc03b0afd9a9031f9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 8 Jan 2014 23:44:51 -0500 Subject: add console logging during startup --- MediaBrowser.Controller/Net/IHttpServer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller/Net/IHttpServer.cs') diff --git a/MediaBrowser.Controller/Net/IHttpServer.cs b/MediaBrowser.Controller/Net/IHttpServer.cs index ba2cd0ccc..20f07c74d 100644 --- a/MediaBrowser.Controller/Net/IHttpServer.cs +++ b/MediaBrowser.Controller/Net/IHttpServer.cs @@ -13,13 +13,13 @@ namespace MediaBrowser.Controller.Net /// Gets the URL prefix. /// /// The URL prefix. - string UrlPrefix { get; } + IEnumerable UrlPrefixes { get; } /// /// Starts the specified server name. /// - /// The URL. - void StartServer(string urlPrefix); + /// The URL prefixes. + void StartServer(IEnumerable urlPrefixes); /// /// Gets a value indicating whether [supports web sockets]. -- cgit v1.2.3