[Modify] Edit it

This commit is contained in:
sta 2017-12-19 11:37:37 +09:00
parent fb791129b6
commit ef175961ec

View File

@ -1356,6 +1356,9 @@ namespace WebSocketSharp
/// <param name="address"> /// <param name="address">
/// A <see cref="System.Net.IPAddress"/> to test. /// A <see cref="System.Net.IPAddress"/> to test.
/// </param> /// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="address"/> is <see langword="null"/>.
/// </exception>
public static bool IsLocal (this System.Net.IPAddress address) public static bool IsLocal (this System.Net.IPAddress address)
{ {
if (address == null) if (address == null)