Răsfoiți Sursa

Update MediaBrowser.Common/Net/INetworkManager.cs

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
BaronGreenback 5 ani în urmă
părinte
comite
d5a924772b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      MediaBrowser.Common/Net/INetworkManager.cs

+ 1 - 1
MediaBrowser.Common/Net/INetworkManager.cs

@@ -66,7 +66,7 @@ namespace MediaBrowser.Common.Net
         /// </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 surrounded by brackets ([])</param>
         /// <param name="subnets">If true, check against addresses in the LAN settings surrounded by brackets ([])</param>
-        /// <returns><c>false</c>if the address isn't in the subnets, <c>true</c> otherwise</returns>
+        /// <returns><c>true</c>if the address is in at least one of the given subnets, <c>false</c> otherwise.</returns>
         bool IsAddressInSubnets(string addressString, string[] subnets);
         bool IsAddressInSubnets(string addressString, string[] subnets);
 
 
         /// <summary>
         /// <summary>