|
@@ -62,7 +62,7 @@ namespace MediaBrowser.Common.Net
|
|
IPAddress[] GetLocalIpAddresses();
|
|
IPAddress[] GetLocalIpAddresses();
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
- /// Checks if the give address false within the ranges givin in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
|
|
|
|
|
|
+ /// 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>
|
|
/// </summary>
|
|
/// <param name="addressString">The address to check</param>
|
|
/// <param name="addressString">The address to check</param>
|
|
/// <param name="subnets">If true, check against addresses in the LAN settings which have [] arroud and return true if it matches the address give in address</param>
|
|
/// <param name="subnets">If true, check against addresses in the LAN settings which have [] arroud and return true if it matches the address give in address</param>
|