diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-12-04 20:03:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-04 20:03:10 +0300 |
| commit | e44a7ae3f60f95a6233690d77df326038d8f50fc (patch) | |
| tree | 9317bf6402f8422946009726bc6f903a95f4c30f /MediaBrowser.Common/Net | |
| parent | 903752b77b222a4a5113f2f679771d0b64ea9436 (diff) | |
| parent | caca2b31fe831ae33bea36128655ed587837f40e (diff) | |
Merge pull request #2073 from Bond-009/networkcode
Minor improvements to network code
Diffstat (limited to 'MediaBrowser.Common/Net')
| -rw-r--r-- | MediaBrowser.Common/Net/INetworkManager.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs index 97504a471..0b99dc910 100644 --- a/MediaBrowser.Common/Net/INetworkManager.cs +++ b/MediaBrowser.Common/Net/INetworkManager.cs @@ -4,8 +4,6 @@ using System; using System.Collections.Generic; using System.Net; using System.Net.NetworkInformation; -using MediaBrowser.Model.IO; -using MediaBrowser.Model.Net; namespace MediaBrowser.Common.Net { @@ -37,19 +35,6 @@ namespace MediaBrowser.Common.Net bool IsInPrivateAddressSpace(string endpoint); /// <summary> - /// Gets the network shares. - /// </summary> - /// <param name="path">The path.</param> - /// <returns>IEnumerable{NetworkShare}.</returns> - IEnumerable<NetworkShare> GetNetworkShares(string path); - - /// <summary> - /// Gets available devices within the domain - /// </summary> - /// <returns>PC's in the Domain</returns> - IEnumerable<FileSystemEntryInfo> GetNetworkDevices(); - - /// <summary> /// Determines whether [is in local network] [the specified endpoint]. /// </summary> /// <param name="endpoint">The endpoint.</param> |
