[Modify] Replace it
This commit is contained in:
parent
b7ba046607
commit
c629e20751
@ -275,7 +275,7 @@ namespace WebSocketSharp.Net
|
||||
/// </value>
|
||||
public bool IsLocal {
|
||||
get {
|
||||
return RemoteEndPoint.Address.IsLocal ();
|
||||
return _connection.IsLocal;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user