Simplify code

This commit is contained in:
Shadowghost
2022-07-20 21:19:35 +02:00
parent 8075cb4e99
commit 2d3a16ad0f
2 changed files with 72 additions and 197 deletions

View File

@@ -124,7 +124,7 @@ namespace MediaBrowser.Common.Net
bool TryParseInterface(string intf, out List<IPData>? result);
/// <summary>
/// Returns all the internal Bind interface addresses.
/// Returns all the internal bind interface addresses.
/// </summary>
/// <returns>An internal list of interfaces addresses.</returns>
IReadOnlyList<IPData> GetInternalBindAddresses();