diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-28 22:39:38 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-28 22:43:18 -0500 |
| commit | 8998f906c6bfcf32e517bbab720c77e25f1d9bd3 (patch) | |
| tree | 0ad43e984a00aab8b66b4f6d53031e169450c8df /MediaBrowser.Controller/Net/IHttpServer.cs | |
| parent | 2ed5c3d0e7f61534f7a01b8b200aff9115ddb444 (diff) | |
update local address detection
Conflicts:
MediaBrowser.Server.Startup.Common/ApplicationHost.cs
Diffstat (limited to 'MediaBrowser.Controller/Net/IHttpServer.cs')
| -rw-r--r-- | MediaBrowser.Controller/Net/IHttpServer.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Net/IHttpServer.cs b/MediaBrowser.Controller/Net/IHttpServer.cs index 91da5fab2..97c5dd31b 100644 --- a/MediaBrowser.Controller/Net/IHttpServer.cs +++ b/MediaBrowser.Controller/Net/IHttpServer.cs @@ -29,12 +29,6 @@ namespace MediaBrowser.Controller.Net void StartServer(IEnumerable<string> urlPrefixes, string certificatePath); /// <summary> - /// Gets the local end points. - /// </summary> - /// <value>The local end points.</value> - IEnumerable<string> LocalEndPoints { get; } - - /// <summary> /// Stops this instance. /// </summary> void Stop(); |
