|
|
|
@ -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)
|
|
|
|
|