[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> /// <summary>
/// Determines whether the specified <see cref="System.Net.IPAddress"/> /// Determines whether the specified IP address is a local IP address.
/// represents a local IP address.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This local means NOT REMOTE for the current host. /// This local means NOT REMOTE for the current host.
/// </remarks> /// </remarks>
/// <returns> /// <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>. /// otherwise, <c>false</c>.
/// </returns> /// </returns>
/// <param name="address"> /// <param name="address">