[Modify] Replace it

master
sta 8 years ago
parent 2749fb3d72
commit 5517b7447c

@ -386,7 +386,7 @@ namespace WebSocketSharp.Net
/// </value>
public System.Net.IPEndPoint RemoteEndPoint {
get {
return _context.Connection.RemoteEndPoint;
return _connection.RemoteEndPoint;
}
}

Loading…
Cancel
Save