Update INetworkManager.cs

This commit is contained in:
BaronGreenback 2020-06-11 23:10:13 +01:00 committed by GitHub
parent 2cecde658b
commit 306f7b3c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace MediaBrowser.Common.Net
/// <returns>The list of ipaddresses.</returns>
IPAddress[] GetLocalIpAddresses();
/// <summary>
/// <summary>
/// Checks if the given address falls within the ranges given in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
/// </summary>
/// <param name="addressString">The address to check.</param>