restored network browser

This commit is contained in:
Luke Pulverenti
2013-09-06 16:25:03 -04:00
parent e4dfbb6f55
commit 0d59941539
5 changed files with 115 additions and 13 deletions

View File

@@ -29,19 +29,11 @@ namespace MediaBrowser.Common.Net
/// <param name="path">The path.</param>
/// <returns>IEnumerable{NetworkShare}.</returns>
IEnumerable<NetworkShare> GetNetworkShares(string path);
}
/// <summary>
/// Enum NetworkProtocol
/// </summary>
public enum NetworkProtocol
{
/// <summary>
/// The TCP
/// Gets available devices within the domain
/// </summary>
Tcp,
/// <summary>
/// The UDP
/// </summary>
Udp
/// <returns>PC's in the Domain</returns>
IEnumerable<string> GetNetworkDevices();
}
}