Browse Source

removed unused methods

Luke Pulverenti 12 years ago
parent
commit
847d6f6ba3
1 changed files with 0 additions and 19 deletions
  1. 0 19
      MediaBrowser.Common/Net/INetworkManager.cs

+ 0 - 19
MediaBrowser.Common/Net/INetworkManager.cs

@@ -17,25 +17,6 @@ namespace MediaBrowser.Common.Net
         /// <returns>System.Int32.</returns>
         int GetRandomUnusedPort();
 
-        /// <summary>
-        /// Creates the netsh URL registration.
-        /// </summary>
-        void AuthorizeHttpListening(string url);
-
-        /// <summary>
-        /// Adds the windows firewall rule.
-        /// </summary>
-        /// <param name="port">The port.</param>
-        /// <param name="protocol">The protocol.</param>
-        void AddSystemFirewallRule(int port, NetworkProtocol protocol);
-
-        /// <summary>
-        /// Removes the windows firewall rule.
-        /// </summary>
-        /// <param name="port">The port.</param>
-        /// <param name="protocol">The protocol.</param>
-        void RemoveSystemFirewallRule(int port, NetworkProtocol protocol);
-
         /// <summary>
         /// Returns MAC Address from first Network Card in Computer
         /// </summary>