From 847d6f6ba374031aa30e566be783d9536036d9b1 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 8 Jun 2013 13:03:21 -0400 Subject: [PATCH] removed unused methods --- MediaBrowser.Common/Net/INetworkManager.cs | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs index 8265cfeb7b..83099e1f9f 100644 --- a/MediaBrowser.Common/Net/INetworkManager.cs +++ b/MediaBrowser.Common/Net/INetworkManager.cs @@ -17,25 +17,6 @@ namespace MediaBrowser.Common.Net /// System.Int32. int GetRandomUnusedPort(); - /// - /// Creates the netsh URL registration. - /// - void AuthorizeHttpListening(string url); - - /// - /// Adds the windows firewall rule. - /// - /// The port. - /// The protocol. - void AddSystemFirewallRule(int port, NetworkProtocol protocol); - - /// - /// Removes the windows firewall rule. - /// - /// The port. - /// The protocol. - void RemoveSystemFirewallRule(int port, NetworkProtocol protocol); - /// /// Returns MAC Address from first Network Card in Computer ///