removed unused methods
This commit is contained in:
parent
734396e7a8
commit
847d6f6ba3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user