add more to mbt endpoints

This commit is contained in:
Luke Pulverenti
2013-10-05 21:04:41 -04:00
parent 94becdd339
commit 82ffaafc03
6 changed files with 63 additions and 19 deletions

View File

@@ -23,12 +23,8 @@ namespace MediaBrowser.ServerApplication.Networking
}
/// <summary>
/// Uses the DllImport : NetServerEnum with all its required parameters
/// (see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netmgmt/netmgmt/netserverenum.asp
/// for full details or method signature) to retrieve a list of domain SV_TYPE_WORKSTATION
/// and SV_TYPE_SERVER PC's
/// Gets a list of network devices
/// </summary>
/// <returns>Arraylist that represents all the SV_TYPE_WORKSTATION and SV_TYPE_SERVER
/// PC's in the Domain</returns>
public IEnumerable<string> GetNetworkDevices()
{