diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-08 13:03:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-08 13:03:21 -0400 |
| commit | 847d6f6ba374031aa30e566be783d9536036d9b1 (patch) | |
| tree | e6d377ded5ef767cc1d9b98d365326f755cb79e0 | |
| parent | 734396e7a82dec0ee05131504510ca148588120e (diff) | |
removed unused methods
| -rw-r--r-- | MediaBrowser.Common/Net/INetworkManager.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs index 8265cfeb7..83099e1f9 100644 --- a/MediaBrowser.Common/Net/INetworkManager.cs +++ b/MediaBrowser.Common/Net/INetworkManager.cs @@ -18,25 +18,6 @@ namespace MediaBrowser.Common.Net 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> /// <returns>[string] MAC Address</returns> |
