From bc657237aa4c541fe0079fcbb7616dbe87bbf0a7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 18 Jul 2014 21:28:40 -0400 Subject: consolidate web socket onto one port --- MediaBrowser.Controller/Net/IHttpServer.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Controller/Net/IHttpServer.cs') diff --git a/MediaBrowser.Controller/Net/IHttpServer.cs b/MediaBrowser.Controller/Net/IHttpServer.cs index 9a3cc6cb5..5b179d479 100644 --- a/MediaBrowser.Controller/Net/IHttpServer.cs +++ b/MediaBrowser.Controller/Net/IHttpServer.cs @@ -21,12 +21,6 @@ namespace MediaBrowser.Controller.Net /// The URL prefixes. void StartServer(IEnumerable urlPrefixes); - /// - /// Gets a value indicating whether [supports web sockets]. - /// - /// true if [supports web sockets]; otherwise, false. - bool SupportsWebSockets { get; } - /// /// Gets the local end points. /// -- cgit v1.2.3