[Modify] Replace it

This commit is contained in:
sta 2018-01-12 16:49:37 +09:00
parent b7ba046607
commit c629e20751

View File

@ -275,7 +275,7 @@ namespace WebSocketSharp.Net
/// </value> /// </value>
public bool IsLocal { public bool IsLocal {
get { get {
return RemoteEndPoint.Address.IsLocal (); return _connection.IsLocal;
} }
} }