Remove GetMacAddresses from NetworkManager

This commit is contained in:
Niels van Velzen
2025-02-22 10:27:42 +01:00
parent 83b2c47237
commit d18066f0f2
2 changed files with 0 additions and 29 deletions

View File

@@ -94,12 +94,6 @@ namespace MediaBrowser.Common.Net
/// <returns>IP address to use, or loopback address if all else fails.</returns>
string GetBindAddress(string source, out int? port);
/// <summary>
/// Get a list of all the MAC addresses associated with active interfaces.
/// </summary>
/// <returns>List of MAC addresses.</returns>
IReadOnlyList<PhysicalAddress> GetMacAddresses();
/// <summary>
/// Returns true if the address is part of the user defined LAN.
/// </summary>