Enables the ability to bind to loopback address. (#5773)

This commit is contained in:
BaronGreenback
2021-04-14 10:26:05 +01:00
committed by GitHub
parent 51af569159
commit 0b774eac12
3 changed files with 48 additions and 34 deletions

View File

@@ -232,7 +232,7 @@ namespace MediaBrowser.Common.Net
/// <param name="source">The <see cref="Collection{IPObject}"/>.</param>
/// <param name="target">Collection to compare with.</param>
/// <returns>A collection containing all the matches.</returns>
public static Collection<IPObject> Union(this Collection<IPObject> source, Collection<IPObject> target)
public static Collection<IPObject> ThatAreContainedInNetworks(this Collection<IPObject> source, Collection<IPObject> target)
{
if (source.Count == 0)
{