[Modify] Edit it

This commit is contained in:
sta 2017-12-16 16:22:48 +09:00
parent e8d06a500c
commit 782814ca81

View File

@ -1344,14 +1344,13 @@ namespace WebSocketSharp
}
/// <summary>
/// Determines whether the specified <see cref="System.Net.IPAddress"/>
/// represents a local IP address.
/// Determines whether the specified IP address is a local IP address.
/// </summary>
/// <remarks>
/// This local means NOT REMOTE for the current host.
/// </remarks>
/// <returns>
/// <c>true</c> if <paramref name="address"/> represents a local IP address;
/// <c>true</c> if <paramref name="address"/> is a local IP address;
/// otherwise, <c>false</c>.
/// </returns>
/// <param name="address">