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