[Modify] Edit it
This commit is contained in:
parent
e8d06a500c
commit
782814ca81
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user